Annotation Interface ReplayContext


@Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public @interface ReplayContext
Annotation indication that a parameter on a Message Handler method should be injected with the resetContext present in a ReplayToken.

Will inject null when there is no replay currently happening, or when the context is null.

Since:
4.6.0
Author:
Mitchell Herrijgers