Package | Description |
---|---|
org.apache.qpid.server.binding | |
org.apache.qpid.server.exchange | |
org.apache.qpid.server.model |
Modifier and Type | Class and Description |
---|---|
class |
BindingImpl |
Modifier and Type | Method and Description |
---|---|
Binding |
AbstractExchange.createBinding(String bindingKey,
Queue queue,
Map<String,Object> bindingArguments,
Map<String,Object> attributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
Binding<X extends Binding<X>> |
Modifier and Type | Method and Description |
---|---|
Binding |
Exchange.createBinding(String bindingKey,
Queue queue,
Map<String,Object> bindingArguments,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Binding> |
Exchange.getBindings() |
Collection<? extends Binding> |
Queue.getBindings() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.