DistributedCommandBus
interface DistributedCommandBus : CommandBus, DistributedMessageBus<CommandMessage<*>, ServerCommandExchange<*>>
Distributed Command Bus interface for handling commands across multiple instances or services.
This interface extends both CommandBus and DistributedMessageBus, enabling asynchronous command processing across distributed systems. Commands may be routed to different services or instances based on load balancing and availability.