SeekSubscriptionRequest class

Request for SeekSubscription.

Constructors

SeekSubscriptionRequest({String? namedTarget, TimeTarget? timeTarget})
SeekSubscriptionRequest.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
namedTarget String?
Seek to a named position with respect to the message backlog. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeTarget TimeTarget?
Seek to the first message whose publish or event time is greater than or equal to the specified query time.
getter/setter pair

Methods

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

Operators

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