InMemoryEventBus constructor

InMemoryEventBus(
  1. WorkflowStore store
)

Creates an in-memory event bus bound to a store.

Implementation

InMemoryEventBus(this.store);