broadcast abstract method

void broadcast(
  1. String message
)

Sends a message to all other child processes, excluding this one.

The message will be added to the events stream in other processes.

Implementation

void broadcast(String message);