Interface QueryHandlingMember<T>
- Type Parameters:
T- The type of entity to which the message handler will delegate the actual handling of the message
- All Superinterfaces:
MessageHandlingMember<T>
Interface indicating that a MessageHandlingMember is capable of handling specific query messages.
- Since:
- 3.1
- Author:
- Allard Buijze
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the query the handler can handleReturns the return type declared by the handlerMethods inherited from interface org.axonframework.messaging.annotation.MessageHandlingMember
annotationAttributes, attribute, canHandle, canHandleMessageType, canHandleType, declaringClass, handle, hasAnnotation, payloadType, priority, signature, unwrap