stream property
Stream<E>
get
stream
Stream of all events passing through the repository. Events are broadcasted to all active subscribers.
Implementation
Stream<E> get stream;
Stream of all events passing through the repository. Events are broadcasted to all active subscribers.
Stream<E> get stream;