Interface EventSink<E extends Event>

  • All Known Implementing Classes:
    ListenerRegistry

    public interface EventSink<E extends Event>
    Abstraction of an event sink capable of processing the specified event types.
    • Method Detail

      • process

        void process​(E event)
        Processes the specified event.
        Parameters:
        event - event to be processed
      • onProcessLimit

        default void onProcessLimit()
        Handles notification that event processing time limit has been exceeded.