package eventbus
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class EventBus[A] extends EventSource[A] with Sink[A] with Named
EventBus combines a WriteBus and a stream of its events.
EventBus combines a WriteBus and a stream of its events.
writerandeventsare made separate to allow you to manage permissions. For example, you can pass only thewriterinstance to a function that should only have access to writing events, not reading all events from the bus. - class EventBusStream[A] extends WritableEventStream[A] with InternalNextErrorObserver[A]
- class WriteBus[A] extends Observer[A]