Interface InboundMessageHandler

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface InboundMessageHandler
    Functional interface for handling inbound messages.
    • Method Detail

      • handleInboundMessage

        void handleInboundMessage​(MessageEvent e)
        Handles an inbound message.
        Parameters:
        e - The message event.