Module io.netty5.transport
Package io.netty5.channel
Interface ChannelOutboundBuffer.MessageProcessor<T extends Exception>
-
- All Known Implementing Classes:
IovArray
- Enclosing class:
- ChannelOutboundBuffer
public static interface ChannelOutboundBuffer.MessageProcessor<T extends Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
processMessage(Object msg)
Will be called for each flushed message until it either there are no more flushed messages or this method returnsfalse
.
-