bec_lib.redis_connector.StreamSubscriptionInfo#

class StreamSubscriptionInfo(id: 'str', topic: 'str', newest_only: 'bool', from_start: 'bool', cb_ref: 'callable', kwargs: 'dict')[source]#

Bases: object

Methods

Attributes

id

topic

newest_only

from_start

cb_ref

kwargs