public class ExchangeDestination extends Object implements ReceivingDestination, SendingDestination
Constructor and Description |
---|
ExchangeDestination(ExchangeImpl exchange,
TerminusDurability durable,
TerminusExpiryPolicy expiryPolicy) |
Modifier and Type | Method and Description |
---|---|
int |
getCredit() |
ExchangeImpl |
getExchange() |
String |
getInitialRoutingAddress() |
Outcome[] |
getOutcomes() |
Outcome |
send(Message_1_0 message,
ServerTransaction txn) |
void |
setInitialRoutingAddress(String initialRoutingAddress) |
public static final Rejected REJECTED
public ExchangeDestination(ExchangeImpl exchange, TerminusDurability durable, TerminusExpiryPolicy expiryPolicy)
public Outcome[] getOutcomes()
getOutcomes
in interface ReceivingDestination
public Outcome send(Message_1_0 message, ServerTransaction txn)
send
in interface ReceivingDestination
public int getCredit()
getCredit
in interface ReceivingDestination
public ExchangeImpl getExchange()
public void setInitialRoutingAddress(String initialRoutingAddress)
public String getInitialRoutingAddress()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.