public static interface ChannelOutboundBuffer.MessageProcessor
Modifier and Type | Method and 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 . |