Package | Description |
---|---|
org.springframework.amqp.rabbit.connection |
Provides classes related to connections.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeChannelListener |
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(List<? extends ChannelListener> listeners) |
void |
CompositeChannelListener.setDelegates(List<? extends ChannelListener> delegates) |
Copyright © 2016. All rights reserved.