cfxdb.realmstore._event¶
Classes¶
Module Contents¶
- class Event(from_fbs=None)[source]¶
Bases:
objectPersisted event database object.
- property acknowledged_delivery[source]¶
Whether this Event was to be acknowledged by the receiver.
- Returns:
acknowledged delivery flag
- Return type:
- property publication[source]¶
The publication ID of the dispatched event.
- Returns:
The publication ID.
- Return type:
- property receiver[source]¶
The WAMP session ID of the receiver.
- Returns:
The receiver ID.
- Return type:
- property retained[source]¶
Whether the message was retained by the broker on the topic, rather than just published.
- Returns:
retained flag
- Return type:
- class Events(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapOidTimestampFlatBuffersPersisted events archive.
Map
zlmdb.MapOid3FlatBuffersfrom(subscription, time_ns)tocfxdb.eventstore.Event.