events property

Stream<String> events

A stream of events received on this process.

Events can be sent to other processes with sendManager or broadcast.

Implementation

Stream<String> get events;