PullEvent class abstract

A Pub/Sub pull event.

Instances of this class are returned when pulling messages with Subscription.pull.

Constructors

PullEvent()

Properties

hashCode int
The hash code for this object.
no setterinherited
message Message
The message content.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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