Method: Mongo::Monitoring::Event::Cmap::ConnectionCheckOutStarted#address
- Defined in:
- lib/mongo/monitoring/event/cmap/connection_check_out_started.rb
#address ⇒ Mongo::Address (readonly)
Returns address The address of the server that the connection will connect to.
32 33 34 |
# File 'lib/mongo/monitoring/event/cmap/connection_check_out_started.rb', line 32 def address @address end |