Interface | Description |
---|---|
ResetContext<T> |
Represents a Message initiating the reset of an Event Handling Component.
|
Class | Description |
---|---|
GenericResetContext<T> |
Generic implementation of the
ResetContext . |
ReplayAwareMessageHandlerWrapper |
An implementation of the
HandlerEnhancerDefinition that is used for
AllowReplay annotated message handling methods. |
ReplayContextParameterResolverFactory |
An implementation of the
ParameterResolverFactory which resolves the parameter annotated with
ReplayContext . |
ReplayParameterResolverFactory |
An implementation of the
ParameterResolverFactory which resolves the
ReplayStatus parameter. |
Annotation Type | Description |
---|---|
ReplayContext |
Annotation indication that a parameter on a Message Handler method should be injected with the
resetContext
present in a ReplayToken . |
Copyright © 2010–2023. All rights reserved.