ConsumeMode

Consume mode

Values

ValueMeaning
combined

Events are consumed at the same time as addition.

Add an event with the put method, since the put method consumes events on the fly, we automatically call the consume method.

separate

Events are consumed at separate timing from the of addition

Need to add an event with the put method and call the consume method for consumption.

Meta