public static interface ChannelOutboundBuffer.MessageProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
processMessage(Object msg)
Will be called for each flushed message until it either there are no more flushed messages or this
method returns
false . |
Copyright © 2008–2024 The Netty Project. All rights reserved.