Uses of Class
com.swiftmq.tools.concurrent.AsyncCompletionCallback
Packages that use AsyncCompletionCallback
Package
Description
-
Uses of AsyncCompletionCallback in com.swiftmq.amqp
Methods in com.swiftmq.amqp that return AsyncCompletionCallbackModifier and TypeMethodDescriptionProtocolHeader.getCallback()
Writable.getCallback()
Alternatively returns a callback which is triggered after writeContent has been called. -
Uses of AsyncCompletionCallback in com.swiftmq.amqp.v091.types
Methods in com.swiftmq.amqp.v091.types that return AsyncCompletionCallbackMethods in com.swiftmq.amqp.v091.types with parameters of type AsyncCompletionCallback -
Uses of AsyncCompletionCallback in com.swiftmq.amqp.v100.transport
Methods in com.swiftmq.amqp.v100.transport that return AsyncCompletionCallbackMethods in com.swiftmq.amqp.v100.transport with parameters of type AsyncCompletionCallback -
Uses of AsyncCompletionCallback in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue with parameters of type AsyncCompletionCallbackModifier and TypeMethodDescriptionvoid
AbstractQueue.acknowledgeMessage
(Object transactionId, MessageIndex messageIndex, AsyncCompletionCallback callback) Async acknowledges a message that was fetched within a pull transaction.void
QueuePullTransaction.acknowledgeMessage
(MessageIndex messageIndex, AsyncCompletionCallback callback) Async acknowledge a single message of this transaction and returns its size as the result of the callback.void
AbstractQueue.acknowledgeMessages
(Object transactionId, List messageIndexList, AsyncCompletionCallback callback) Async acknowledges a list of messages that were fetched within a pull transaction.void
QueuePullTransaction.acknowledgeMessages
(List messageIndexList, AsyncCompletionCallback callback) Async acknowledge a list of messages of this transaction and returns their size as the result of the callback.abstract void
AbstractQueue.commit
(Object transactionId, AsyncCompletionCallback callback) Asynchronously commits the transaction with the given transaction idvoid
QueuePushTransaction.commit
(AsyncCompletionCallback callback) Asynchronously commits the transaction and set the transaction state to closedabstract void
AbstractQueue.rollback
(Object transactionId, boolean setRedelivered, AsyncCompletionCallback callback) Asynchronously rolls back the transaction with the given transaction id.void
QueuePushTransaction.rollback
(AsyncCompletionCallback callback) Asynchronous rollback of the transaction. -
Uses of AsyncCompletionCallback in com.swiftmq.swiftlet.store
Methods in com.swiftmq.swiftlet.store with parameters of type AsyncCompletionCallbackModifier and TypeMethodDescriptionvoid
StoreTransaction.abort
(AsyncCompletionCallback callback) Asynchronously aborts a local transaction.abstract void
CompositeStoreTransaction.abortTransaction
(AsyncCompletionCallback callback) void
StoreTransaction.commit
(AsyncCompletionCallback callback) Asynchronously commits a local transaction.abstract void
CompositeStoreTransaction.commitTransaction
(AsyncCompletionCallback callback) -
Uses of AsyncCompletionCallback in com.swiftmq.tools.concurrent
Fields in com.swiftmq.tools.concurrent declared as AsyncCompletionCallbackMethods in com.swiftmq.tools.concurrent with parameters of type AsyncCompletionCallbackModifier and TypeMethodDescriptionprotected abstract void
CallbackJoin.callbackDone
(AsyncCompletionCallback callback, boolean success, boolean last) void
CallbackJoin.done
(AsyncCompletionCallback callback, boolean success) Constructors in com.swiftmq.tools.concurrent with parameters of type AsyncCompletionCallbackModifierConstructorDescriptionprotected
protected