Create a server
Sets or gets the default captureRejection value for all emitters.
This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
Execute a command
Initiate server connect
Destroy the server connection
Execute a getMore
against the server
Execute a killCursors
command against the server
Execute a query against the server
Immediately schedule monitoring of this server. If there already an attempt being made this will be a no-op.
Returns a list listener for a specific emitter event name.
Generated using TypeDoc