org.apache.qpid.url
Interface BindingURL
- All Known Implementing Classes:
- AMQBindingURL
public interface BindingURL
OPTION_EXCLUSIVE
static final String OPTION_EXCLUSIVE
- See Also:
- Constant Field Values
OPTION_AUTODELETE
static final String OPTION_AUTODELETE
- See Also:
- Constant Field Values
OPTION_DURABLE
static final String OPTION_DURABLE
- See Also:
- Constant Field Values
OPTION_BROWSE
static final String OPTION_BROWSE
- See Also:
- Constant Field Values
OPTION_CLIENTID
static final String OPTION_CLIENTID
- See Also:
- Constant Field Values
OPTION_SUBSCRIPTION
static final String OPTION_SUBSCRIPTION
- See Also:
- Constant Field Values
OPTION_ROUTING_KEY
static final String OPTION_ROUTING_KEY
- See Also:
- Constant Field Values
OPTION_BINDING_KEY
static final String OPTION_BINDING_KEY
- See Also:
- Constant Field Values
getURL
String getURL()
getExchangeClass
AMQShortString getExchangeClass()
getExchangeName
AMQShortString getExchangeName()
getDestinationName
AMQShortString getDestinationName()
getQueueName
AMQShortString getQueueName()
getOption
String getOption(String key)
containsOption
boolean containsOption(String key)
getRoutingKey
AMQShortString getRoutingKey()
getBindingKeys
AMQShortString[] getBindingKeys()
toString
String toString()
- Overrides:
toString
in class Object
Licensed to the Apache Software Foundation