Uses of Class
org.apache.qpid.protonj2.client.ConnectionEvent
-
Uses of ConnectionEvent in org.apache.qpid.protonj2.client
Modifier and TypeMethodDescriptionConnectionOptions.connectedHandler()
ConnectionOptions.reconnectedHandler()
Modifier and TypeMethodDescriptionConnectionOptions.connectedHandler
(BiConsumer<Connection, ConnectionEvent> connectedHandler) Configures a handler that will be notified when aConnection
has established.ConnectionOptions.reconnectedHandler
(BiConsumer<Connection, ConnectionEvent> reconnectedHandler) Configures a handler that will be notified when aConnection
that has previously experienced and interruption has been reconnected to a remote based on the reconnection configuration.