Method: Mongo::Monitoring::Event::Cmap::ConnectionCheckOutStarted#address

Defined in:
lib/mongo/monitoring/event/cmap/connection_check_out_started.rb

#addressMongo::Address (readonly)

Returns address The address of the server that the connection will connect to.

Returns:

  • (Mongo::Address)

    address The address of the server that the connection will connect to.

Since:

  • 2.9.0



32
33
34
# File 'lib/mongo/monitoring/event/cmap/connection_check_out_started.rb', line 32

def address
  @address
end