Uses of Class
org.apache.qpid.protonj2.client.ConnectionEvent
-
Packages that use ConnectionEvent Package Description org.apache.qpid.protonj2.client -
-
Uses of ConnectionEvent in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return types with arguments of type ConnectionEvent Modifier and Type Method Description BiConsumer<Connection,ConnectionEvent>
ConnectionOptions. connectedHandler()
BiConsumer<Connection,ConnectionEvent>
ConnectionOptions. reconnectedHandler()
Method parameters in org.apache.qpid.protonj2.client with type arguments of type ConnectionEvent Modifier and Type Method Description ConnectionOptions
ConnectionOptions. connectedHandler(BiConsumer<Connection,ConnectionEvent> connectedHandler)
Configures a handler that will be notified when aConnection
has established.ConnectionOptions
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.
-