Packages

package eventbus

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class EventBus[A] extends AnyRef

    EventBus combines a WriteBus and a stream of its events.

    EventBus combines a WriteBus and a stream of its events.

    writer and events are made separate to allow you to manage permissions. For example, you can pass only the writer instance to a function that should only have access to writing events, not reading all events from the bus.

  2. class EventBusStream[A] extends EventStream[A] with InternalNextErrorObserver[A]
  3. class WriteBus[A] extends Observer[A]

Value Members

  1. object EventBus
  2. object EventBusStream
  3. object WriteBus

Ungrouped