Package | Description |
---|---|
org.apache.qpid.server.exchange | |
org.apache.qpid.server.queue |
Modifier and Type | Interface and Description |
---|---|
interface |
ExchangeImpl<T extends ExchangeImpl<T>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExchange<T extends AbstractExchange<T>> |
class |
DirectExchange |
class |
FanoutExchange |
class |
HeadersExchange
An exchange that binds queues based on a set of required headers and header values
and routes messages to these queues by matching the headers of the message against
those with which the queues were bound.
|
class |
TopicExchange |
Modifier and Type | Method and Description |
---|---|
void |
ExchangeImpl.addReference(ExchangeReferrer exchange) |
void |
AbstractExchange.addReference(ExchangeReferrer exchange) |
void |
ExchangeImpl.removeReference(ExchangeReferrer exchange) |
void |
AbstractExchange.removeReference(ExchangeReferrer exchange) |
Modifier and Type | Interface and Description |
---|---|
interface |
AMQQueue<X extends AMQQueue<X>> |
interface |
LastValueQueue<X extends LastValueQueue<X>> |
interface |
PriorityQueue<X extends PriorityQueue<X>> |
interface |
SortedQueue<X extends SortedQueue<X>> |
interface |
StandardQueue<X extends StandardQueue<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueue<X extends AbstractQueue<X>> |
class |
LastValueQueueImpl |
class |
OutOfOrderQueue<X extends OutOfOrderQueue<X>> |
class |
PriorityQueueImpl |
class |
SortedQueueImpl |
class |
StandardQueueImpl |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.