channelBuffers top-level property
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, where ChannelBuffers are typically read.
Implementation
final ChannelBuffers channelBuffers = ChannelBuffers();