Package jade.mtp

Interface InChannel.Dispatcher

  • Enclosing interface:
    InChannel

    public static interface InChannel.Dispatcher
    Callback interface to be notified of message arrivals over this Message Transport Protocol.
    • Method Detail

      • dispatchMessage

        void dispatchMessage​(Envelope env,
                             byte[] payload)