public static interface ChannelOutboundBuffer.MessageProcessor
限定符和类型 | 方法和说明 |
---|---|
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 . |