LocalFirstCommandBus
constructor(distributedBus: DistributedCommandBus, localBus: LocalCommandBus = InMemoryCommandBus())
Parameters
distributedBus
The distributed command bus for fallback processing.
localBus
The local command bus for primary processing. Defaults to InMemoryCommandBus.