ServerSubscribedEvent class

Constructors

ServerSubscribedEvent(String channel, bool wasRecovering, bool recovered, List<int> data, StreamPosition? streamPosition, bool positioned, bool recoverable)

Properties

channel String
final
data List<int>
final
hashCode int
The hash code for this object.
no setterinherited
positioned bool
final
recoverable bool
final
recovered bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamPosition StreamPosition?
final
wasRecovering bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromSubscribePush(String channel, Subscribe result, bool resubscribed) ServerSubscribedEvent
fromSubscribeResult(String channel, SubscribeResult result) ServerSubscribedEvent