Class Mongo::Monitoring::Event::TopologyOpening
In: lib/mongo/monitoring/event/topology_opening.rb
Parent: Mongo::Event::Base

Event fired when the topology is opening.

@since 2.4.0

Methods

new   summary  

Attributes

topology  [R]  @return [ Topology ] topology The topology.

Public Class methods

Create the event.

@example Create the event.

  TopologyOpening.new(topology)

@param [ Integer ] topology The topology.

@since 2.4.0

Public Instance methods

Returns a concise yet useful summary of the event.

@return [ String ] String summary of the event.

@note This method is experimental and subject to change.

@since 2.7.0 @api experimental

[Validate]