Interface ChannelOutboundBuffer.MessageProcessor

All Known Implementing Classes:
IovArray, NativeDatagramPacketArray.MyMessageProcessor
Enclosing class:
ChannelOutboundBuffer

public static interface ChannelOutboundBuffer.MessageProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Will be called for each flushed message until it either there are no more flushed messages or this method returns false.
  • Method Details

    • processMessage

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