Package | Description |
---|---|
org.springframework.amqp.rabbit.connection |
Provides classes related to connections.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeConnectionListener |
Modifier and Type | Method and Description |
---|---|
protected ConnectionListener |
AbstractConnectionFactory.getConnectionListener()
A composite connection listener to be used by subclasses when creating and closing connections.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.addConnectionListener(ConnectionListener listener) |
void |
AbstractRoutingConnectionFactory.addConnectionListener(ConnectionListener listener) |
void |
AbstractConnectionFactory.addConnectionListener(ConnectionListener listener) |
void |
CachingConnectionFactory.addConnectionListener(ConnectionListener listener) |
void |
CompositeConnectionListener.addDelegate(ConnectionListener delegate) |
boolean |
ConnectionFactory.removeConnectionListener(ConnectionListener listener) |
boolean |
AbstractRoutingConnectionFactory.removeConnectionListener(ConnectionListener listener) |
boolean |
AbstractConnectionFactory.removeConnectionListener(ConnectionListener listener) |
boolean |
CompositeConnectionListener.removeDelegate(ConnectionListener delegate) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectionFactory.setConnectionListeners(List<? extends ConnectionListener> listeners) |
void |
CachingConnectionFactory.setConnectionListeners(List<? extends ConnectionListener> listeners) |
void |
CompositeConnectionListener.setDelegates(List<? extends ConnectionListener> delegates) |
Copyright © 2016. All rights reserved.