| Package | Description |
|---|---|
| org.apache.qpid.proton.messenger |
| Modifier and Type | Method and Description |
|---|---|
Tracker |
Messenger.incomingTracker()
Returns a token which can be used to accept or reject the
message returned in the previous get() call.
|
Tracker |
Messenger.outgoingTracker()
Returns a token which can be used to track the status of the
message of the previous put() call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Messenger.accept(Tracker tracker,
int flags)
Accepts messages retrieved from the incoming message queue.
|
Status |
Messenger.getStatus(Tracker tracker)
Gets the last known remote state of the delivery associated
with the given tracker.
|
void |
Messenger.reject(Tracker tracker,
int flags)
Rejects messages retrieved from the incoming message queue.
|
void |
Messenger.settle(Tracker tracker,
int flags) |
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.