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>

public interface QueryHandlingMember<T> extends MessageHandlingMember<T>
Interface indicating that a MessageHandlingMember is capable of handling specific query messages.
Since:
3.1
Author:
Allard Buijze
  • Method Details

    • getQueryName

      String getQueryName()
      Returns the name of the query the handler can handle
      Returns:
      the name of the query the handler can handle
    • getResultType

      Type getResultType()
      Returns the return type declared by the handler
      Returns:
      the return type declared by the handler