MessageBundle
- class borneo.changestream.MessageBundle(messages=None)[source]
Bases:
objectOne or more messages returned from a Change Streams poll operation.
Methods Summary
commit([timeout_ms])Marks the messages in this bundle as committed.
Returns an estimate of unconsumed events remaining for this consumer.
Returns the messages in this bundle.
is_empty()Returns True if this bundle has no messages.
Methods Documentation