public interface ReceivingDestination extends Destination
| Modifier and Type | Field and Description |
|---|---|
static Symbol |
DISCARD_UNROUTABLE |
static Symbol |
REJECT_UNROUTABLE |
| Modifier and Type | Method and Description |
|---|---|
void |
authorizePublish(SecurityToken securityToken,
Message_1_0 message) |
String |
getAddress() |
int |
getCredit() |
Outcome[] |
getOutcomes() |
String |
getRoutingAddress(Message_1_0 message) |
Outcome |
send(Message_1_0 message,
ServerTransaction txn) |
getCapabilitiesstatic final Symbol REJECT_UNROUTABLE
static final Symbol DISCARD_UNROUTABLE
Outcome[] getOutcomes()
Outcome send(Message_1_0 message, ServerTransaction txn)
int getCredit()
String getRoutingAddress(Message_1_0 message)
String getAddress()
void authorizePublish(SecurityToken securityToken, Message_1_0 message)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.