Interface TransportHandler

    • Method Detail

      • onChannelActive

        void onChannelActive​(ConnectionId connectionId)
        Invoked when the channel associated with the given connectionId is active.
      • onChannelInactive

        void onChannelInactive​(ConnectionId connectionId)
        Invoked when the channel associated with the given connectionId is inactive. No further requests will come from this channel.
      • exceptionCaught

        void exceptionCaught​(TransportException cause,
                             ConnectionId connectionId)
        Invoked when the channel associated with the given connectionId has an exception is thrown processing message.