ConnectionListener
reactivemongo.jmx.ConnectionListener
final class ConnectionListener extends ConnectionListener
Listener definition for the connection events.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
def nodeSetUpdated(supervisor: String, connection: String, previous: NodeSetInfo, updated: NodeSetInfo): Unit
The node set of the connection pool has been updated. This is fired asynchronously.
The node set of the connection pool has been updated. This is fired asynchronously.
Value parameters
- connection
-
$connectionParam
- previous
-
the previous node set
- supervisor
-
$supervisorParam
- updated
-
the new/updated node set
Attributes
The connection pool is initialized.
The connection pool is initialized.
Value parameters
- connection
-
$connectionParam
- options
-
the connection options
- supervisor
-
$supervisorParam
Attributes
The connection is being shut down.
The connection is being shut down.
Value parameters
- connection
-
$connectionParam
- supervisor
-
$supervisorParam
Attributes
Inherited fields
Logger available for the listener implementation.
In this article