Interface CreationPolicyMember<T>
- All Superinterfaces:
MessageHandlingMember<T>
Interface specifying a message handler containing a creation policy definition.
- Since:
- 4.3
- Author:
- Marc Gathier
-
Method Summary
Methods inherited from interface org.axonframework.messaging.annotation.MessageHandlingMember
annotationAttributes, attribute, canHandle, canHandleMessageType, canHandleType, declaringClass, handle, hasAnnotation, payloadType, priority, signature, unwrap
-
Method Details
-
creationPolicy
AggregateCreationPolicy creationPolicy()Returns the creation policy set on theMessageHandlingMember.- Returns:
- the creation policy set on the handler
-