Interface FilterActions<T>

  • Type Parameters:
    T - the type of messages of the Channel

    public interface FilterActions<T>
    Each filter can decide if the message continues its propagation with pass or if the delivery of the message stops with block.
    See Also:
    EventMaid Documentation
    • Method Detail

      • block

        void block​(T message)
      • pass

        void pass​(T message)