broadcast abstract method

void broadcast(
  1. String message
)

Sends a message to all child processes.

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

Implementation

void broadcast(String message);