InMemoryEventBus constructor
InMemoryEventBus(
- WorkflowStore store
Creates an in-memory event bus bound to a store.
Implementation
InMemoryEventBus(this.store);
Creates an in-memory event bus bound to a store.
InMemoryEventBus(this.store);