Interface ChannelOutboundBuffer.MessageProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean processMessage​(java.lang.Object msg)
      Will be called for each flushed message until it either there are no more flushed messages or this method returns false.
    • Method Detail

      • processMessage

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