org.apache.qpid.client
Class AMQDestination.Binding
java.lang.Object
org.apache.qpid.client.AMQDestination.Binding
- Enclosing class:
- AMQDestination
public static class AMQDestination.Binding
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exchange
String exchange
bindingKey
String bindingKey
queue
String queue
args
Map<String,Object> args
AMQDestination.Binding
public AMQDestination.Binding(String exchange,
String queue,
String bindingKey,
Map<String,Object> args)
getExchange
public String getExchange()
getQueue
public String getQueue()
getBindingKey
public String getBindingKey()
getArgs
public Map<String,Object> getArgs()
Licensed to the Apache Software Foundation