Package-level declarations
Types
Link copied to clipboard
abstract class CommandBusSpec : MessageBusSpec<CommandMessage<*>, ServerCommandExchange<*>, CommandBus>
Command Bus Implementation Specification.
Link copied to clipboard
abstract class CommandGatewaySpec : MessageBusSpec<CommandMessage<*>, ServerCommandExchange<*>, CommandGateway>