Interface DeadlineHandlingMember<T>
- Type Parameters:
T- The type of entity to which the message handler will delegate the actual handling of the deadline
- All Superinterfaces:
MessageHandlingMember<T>
Interface describing a message handler capable of handling a specific deadline.
- Since:
- 3.3
- Author:
- Milan Savic
-
Method Summary
Methods inherited from interface org.axonframework.messaging.annotation.MessageHandlingMember
annotationAttributes, attribute, canHandle, canHandleMessageType, canHandleType, declaringClass, handle, hasAnnotation, payloadType, priority, signature, unwrap