ConnectionListener

final class ConnectionListener(hostname: String, client: StatsDClient) extends ConnectionListener

Listener definition for the connection events.

class Object
trait Matchable
class Any

Value members

Concrete methods

@silent("NodeSetInfo")
def nodeSetUpdated(supervisor: String, connection: String, previous: NodeSetInfo, updated: NodeSetInfo): Unit
def poolCreated(options: MongoConnectionOptions, supervisor: String, connection: String): Unit
def poolShutdown(supervisor: String, connection: String): Unit

Inherited fields

lazy val logger: Logger

Logger available for the listener implementation.

Logger available for the listener implementation.

Inherited from:
ConnectionListener