Interface ChannelOutboundBuffer.MessageProcessor
- All Known Implementing Classes:
IovArray
- Enclosing class:
ChannelOutboundBuffer
public static interface ChannelOutboundBuffer.MessageProcessor
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessMessage(Object msg) Will be called for each flushed message until it either there are no more flushed messages or this method returnsfalse.
-
Method Details
-
processMessage
-