reactorOf

public abstract EventReactorMethod reactorOf(EventClass eventClass, MessageClass<?> originClass)

Obtains the method that reacts on the events of the passed class.

Parameters

eventClass

the class of the events on which the method reacts

originClass

the class of message from which the event originates