T - the entity type wrapped by this MessageHandlingMemberpublic static class EndSagaMessageHandlerDefinition.EndSageMessageHandlingMember<T>
extends org.axonframework.messaging.annotation.WrappedMessageHandlingMember<T>
WrappedMessageHandlingMember implementation dedicated towards MessageHandlingMembers annotated
with EndSaga. After invocation of the handle(Message, Object) method, the saga's is ended
through the SagaLifecycle.end() method.| Modifier | Constructor and Description |
|---|---|
protected |
EndSageMessageHandlingMember(org.axonframework.messaging.annotation.MessageHandlingMember<T> delegate)
Initializes the member using the given
delegate. |
| Modifier and Type | Method and Description |
|---|---|
Object |
handle(org.axonframework.messaging.Message<?> message,
T target) |
annotationAttributes, attribute, canHandle, canHandleMessageType, canHandleType, hasAnnotation, payloadType, priority, unwrapprotected EndSageMessageHandlingMember(org.axonframework.messaging.annotation.MessageHandlingMember<T> delegate)
delegate.delegate - the actual message handling member to delegate toCopyright © 2010–2024. All rights reserved.