channelBuffers top-level property

ChannelBuffers channelBuffers
final

ChannelBuffers that allow the storage of messages between the Engine and the Framework. Typically messages that can't be delivered are stored here until the Framework is able to process them.

See also:

Implementation

final ChannelBuffers channelBuffers = ChannelBuffers();