Package | Description |
---|---|
org.springframework.amqp.core |
Provides core classes for the spring AMQP abstraction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Exchange |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeclarable
Base class for
Declarable classes. |
class |
AbstractExchange
Common properties that describe all exchange types.
|
class |
AnonymousQueue |
class |
Binding
Simple container collecting information to describe a binding.
|
class |
CustomExchange
Simple container collecting information to describe a custom exchange.
|
class |
DirectExchange
Simple container collecting information to describe a direct exchange.
|
class |
FanoutExchange
Simple container collecting information to describe a fanout exchange.
|
class |
HeadersExchange |
class |
Queue
Simple container collecting information to describe a queue.
|
class |
TopicExchange
Simple container collecting information to describe a topic exchange.
|
class |
UniquelyNamedQueue
Create a queue with a unique name.
|
Copyright © 2019. All rights reserved.