Generates a random identifier to provide to cross-shard requests
Send and receive the data returned from the registered event for each shard
The registered event to be emitted
{@link EventEmitter} 'emit' override to return a {@link Promise} with the return value of the registered listener
Send and receive the data returned from the registered event for the shard matching the supplied ID
The registered event to be emitted
The ID of the shard where this event should be emitted
Generated using TypeDoc
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.