sendManager abstract method

void sendManager(
  1. String message
)

Sends a message to the manager process.

The message will be added to the IShardingManager.events stream.

Implementation

void sendManager(String message);