Interface OutboundSyncEventHandler<T extends OutboundSyncEvent>

    • Method Detail

      • getHandledEventClass

        java.lang.Class<T> getHandledEventClass()
        Returns the type of event that can be handled.
        Returns:
        the OutboundSyncEvent type class that the handler can handle.