CONFLATED

The Channel is bounded Channel.CONFLATED.

The Channel associated with a ChannelEvent.Key will has a conflated capacity buffer. The size of buffer is 1 and will keep only the most recently sent element (drop the oldest element). This means that the Channel will never suspend the sender, but will drop the oldest element when buffer is full.

See also

Channel.Factory.CONFLATED
BufferOverflow.DROP_OLDEST

Properties

Link copied to clipboard
Link copied to clipboard