ConnectionListener

@SuppressWarnings(scala.Array.apply[java.lang.String]("CatchThrowable")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))

Listener definition for the connection events.

class Object
trait Matchable
class Any

Value members

Concrete methods

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
def shutdown(): Unit

Inherited fields

lazy val logger: Logger

Logger available for the listener implementation.

Logger available for the listener implementation.

Inherited from:
ConnectionListener