TopicSubscription class

Implemented types

Constructors

TopicSubscription(ResponseStream<SubscriptionItem_> _stream, Int64 lastSequenceNumber, ClientPubsub _client, String cacheName, String topicName, Int64 lastSequencePage)

Properties

cacheName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastSequenceNumber ↔ Int64
getter/setter pair
lastSequencePage ↔ Int64
getter/setter pair
logger → Logger
final
retry bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<TopicSubscriptionItemResponse>
no setter
topicName String
getter/setter pair

Methods

attemptReconnect() Future<bool>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unsubscribe() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited