StompAckManager class

Manager for pending message acknowledgments

Constructors

StompAckManager.new()

Properties

allPendingAcks List<PendingAck>
Gets all pending acknowledgments
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acknowledge(String ackId) List<PendingAck>
Acknowledges a message
addPendingAck(PendingAck ack) → void
Adds a pending acknowledgment
clear() → void
Clears all pending acknowledgments
clearSubscription(String subscriptionId) → void
Removes all pending acknowledgments for a subscription
getPendingAcks(String subscriptionId) List<PendingAck>
Gets pending acknowledgments for a subscription
nack(String ackId) List<PendingAck>
Negatively acknowledges a message
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