Interface ChannelOutboundBuffer.MessageProcessor<T extends Exception>

    • Method Detail

      • processMessage

        boolean processMessage​(Object msg)
                        throws T extends Exception
        Will be called for each flushed message until it either there are no more flushed messages or this method returns false.
        Throws:
        T extends Exception