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:

  • BinaryMessenger - The place where ChannelBuffers are typically read.

Implementation

final ChannelBuffers channelBuffers = ChannelBuffers()