Uses of Class
net.engio.mbassy.dispatch.HandlerInvocation
Packages that use HandlerInvocation
-
Uses of HandlerInvocation in net.engio.mbassy.dispatch
Subclasses of HandlerInvocation in net.engio.mbassy.dispatchModifier and TypeClassDescriptionclass
Uses reflection to invoke a message handler for a given message. -
Uses of HandlerInvocation in net.engio.mbassy.listener
Fields in net.engio.mbassy.listener with type parameters of type HandlerInvocationModifier and TypeFieldDescriptionprivate final Class
<? extends HandlerInvocation> MessageHandler.invocation
Methods in net.engio.mbassy.listener that return types with arguments of type HandlerInvocationModifier and TypeMethodDescriptionClass
<? extends HandlerInvocation> MessageHandler.getHandlerInvocation()