Interface | Description |
---|---|
CommandOrBuilder | |
CommandProviderInboundOrBuilder | |
CommandProviderOutboundOrBuilder | |
CommandResponseOrBuilder | |
CommandSubscriptionOrBuilder |
Class | Description |
---|---|
Command |
A message representing a Command that needs to be routed to a component capable of handling it
|
Command.Builder |
A message representing a Command that needs to be routed to a component capable of handling it
|
CommandOuterClass | |
CommandProviderInbound |
An instruction or confirmation from AxonServer towards the component that provides the Command Handler
|
CommandProviderInbound.Builder |
An instruction or confirmation from AxonServer towards the component that provides the Command Handler
|
CommandProviderOutbound |
An instruction from the components that provides the Command Handler towards AxonServer.
|
CommandProviderOutbound.Builder |
An instruction from the components that provides the Command Handler towards AxonServer.
|
CommandResponse |
Message representing the result of Command Handler execution
|
CommandResponse.Builder |
Message representing the result of Command Handler execution
|
CommandServiceGrpc |
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
|
CommandServiceGrpc.CommandServiceBlockingStub |
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
|
CommandServiceGrpc.CommandServiceFutureStub |
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
|
CommandServiceGrpc.CommandServiceImplBase |
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
|
CommandServiceGrpc.CommandServiceStub |
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
|
CommandSubscription |
Message describing a component's capability of handling a command type
|
CommandSubscription.Builder |
Message describing a component's capability of handling a command type
|
Enum | Description |
---|---|
CommandProviderInbound.RequestCase | |
CommandProviderOutbound.RequestCase |
Copyright © 2010–2020. All rights reserved.