Interface InboundEventListener

  • All Known Implementing Classes:
    AbstractInbound

    public interface InboundEventListener
    • Method Detail

      • onEvent

        default void onEvent​(Message message)
        On Event callback to be used when the Inbound processor is not interested in consuming the message payload.
        Parameters:
        message - the inbound message.