Interface HandlerDefinition

All Known Implementing Classes:
AnnotatedMessageHandlingMemberDefinition, MultiHandlerDefinition

public interface HandlerDefinition
Interface that describes an object capable of inspecting a method to determine if the method is suitable for message handling. If the method is suitable the definition returns a MessageHandler instance to invoke the method.
Since:
2.1.0
Author:
Allard Buijze