PullEvent class abstract
A Pub/Sub pull event.
Instances of this class are returned when pulling messages with Subscription.pull.
Constructors
Properties
Methods
-
acknowledge(
) → Future - Acknowledge reception of this message.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited