Interface AsynchronousChannelListener

    • Method Detail

      • channelClosing

        void channelClosing​(FbWireAsynchronousChannel channel)
        Signals the closing of an asynchronous channel.

        Fired before the channel is actually closed.

        Parameters:
        channel - The channel that is being closed
      • eventReceived

        void eventReceived​(FbWireAsynchronousChannel channel,
                           AsynchronousChannelListener.Event event)
        Signals that an event has been received.

        Implementations should take care to only perform short processing on the current thread. If longer or complicated processing is necessary, please offload it to another thread or executor.

        Parameters:
        channel - The channel that received the event
        event - The event received