Uses of Class
org.apache.qpid.protonj2.client.DisconnectionEvent
-
Packages that use DisconnectionEvent Package Description org.apache.qpid.protonj2.client -
-
Uses of DisconnectionEvent in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return types with arguments of type DisconnectionEvent Modifier and Type Method Description BiConsumer<Connection,DisconnectionEvent>
ConnectionOptions. disconnectedHandler()
BiConsumer<Connection,DisconnectionEvent>
ConnectionOptions. interruptedHandler()
Method parameters in org.apache.qpid.protonj2.client with type arguments of type DisconnectionEvent Modifier and Type Method Description ConnectionOptions
ConnectionOptions. disconnectedHandler(BiConsumer<Connection,DisconnectionEvent> disconnectedHandler)
Configures a handler that will be notified when the connection has failed and cannot be recovered should reconnect be enabled.ConnectionOptions
ConnectionOptions. interruptedHandler(BiConsumer<Connection,DisconnectionEvent> interruptedHandler)
Configures a handler that will be notified when the currentConnection
experiences an interruption.
-