public interface ConnectionListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
onConnecting(ConnectionEvent e)
Invoked when AMQP WebSocket Connection is attempted.
|
void |
onConnectionClose(ConnectionEvent e)
Invoked when AMQP WebSocket Connection is closed.
|
void |
onConnectionError(ConnectionEvent e)
Invoked when an error has been encountered.
|
void |
onConnectionOpen(ConnectionEvent e)
Invoked when AMQP WebSocket Connection is opened.
|
void onConnectionOpen(ConnectionEvent e)
e
- ConnectionEvent payloadvoid onConnecting(ConnectionEvent e)
e
- ConnectionEvent payloadvoid onConnectionClose(ConnectionEvent e)
e
- ConnectionEvent payloadvoid onConnectionError(ConnectionEvent e)
e
- ConnectionEvent payloadCopyright © 2014. All Rights Reserved.