|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.amqp.rabbit.connection.CompositeConnectionListener
public class CompositeConnectionListener
| Constructor Summary | |
|---|---|
CompositeConnectionListener()
|
|
| Method Summary | |
|---|---|
void |
addDelegate(ConnectionListener delegate)
|
void |
onClose(Connection connection)
|
void |
onCreate(Connection connection)
|
void |
setDelegates(java.util.List<? extends ConnectionListener> delegates)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeConnectionListener()
| Method Detail |
|---|
public void onCreate(Connection connection)
onCreate in interface ConnectionListenerpublic void onClose(Connection connection)
onClose in interface ConnectionListenerpublic void setDelegates(java.util.List<? extends ConnectionListener> delegates)
public void addDelegate(ConnectionListener delegate)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||