ConnectionListener

reactivemongo.jmx.ConnectionListener

Listener definition for the connection events.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

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

def poolCreated(options: MongoConnectionOptions, supervisor: String, connection: String): Unit

The connection pool is initialized.

The connection pool is initialized.

Value parameters

connection

$connectionParam

options

the connection options

supervisor

$supervisorParam

Attributes

def poolShutdown(supervisor: String, connection: String): Unit

The connection is being shut down.

The connection is being shut down.

Value parameters

connection

$connectionParam

supervisor

$supervisorParam

Attributes

def shutdown(): Unit

Inherited fields

lazy val logger: Logger

Logger available for the listener implementation.

Logger available for the listener implementation.

Attributes

Inherited from:
ConnectionListener