class Mongo::Monitoring::Event::TopologyClosed
Event fired when the topology closes.
@since 2.4.0
Attributes
topology[R]
@return [ Topology ] topology The topology.
Public Class Methods
new(topology)
click to toggle source
Create the event.
@example Create the event.
TopologyClosed.new(topology)
@param [ Integer ] topology The topology.
@since 2.4.0
# File lib/mongo/monitoring/event/topology_closed.rb, line 35 def initialize(topology) @topology = topology end