Method: Mongo::Connection#get_request_id
- Defined in:
- lib/jmongo/connection.rb
#get_request_id ⇒ Object
Increment and return the next available request id.
return [Integer]
197 198 199 |
# File 'lib/jmongo/connection.rb', line 197 def get_request_id raise_not_implemented end |