overflow
Parameters
overflow
The strategy applied when the buffer is full:
MessageBufferOverflow.DROP_OLDEST (default): the oldest queued event is evicted to make room for the new one. Useful for live channels where freshness matters more than completeness.
MessageBufferOverflow.DROP_LATEST: the newest event is discarded and the queued events are kept.