| Package | Description |
|---|---|
| org.springframework.amqp.rabbit.connection |
Provides classes related to connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeChannelListener |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ChannelListener> |
CompositeChannelListener.delegates |
| Modifier and Type | Method and Description |
|---|---|
protected ChannelListener |
AbstractConnectionFactory.getChannelListener()
A composite channel listener to be used by subclasses when creating and closing channels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConnectionFactory.addChannelListener(ChannelListener listener) |
void |
CompositeChannelListener.addDelegate(ChannelListener delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConnectionFactory.setChannelListeners(java.util.List<? extends ChannelListener> listeners) |
void |
CompositeChannelListener.setDelegates(java.util.List<? extends ChannelListener> delegates) |