| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.command | |
| io.axoniq.axonserver.connector.command.impl | |
| io.axoniq.axonserver.grpc.command |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CommandResponse> |
CommandChannel.sendCommand(Command command)
Sends the give Command to AxonServer for routing to an appropriate handler.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
CommandChannel.registerCommandHandler(Function<Command,CompletableFuture<CommandResponse>> handler,
int loadFactor,
String... commandNames)
Registers the given
handler to handle incoming commands with given commandNames, using the given
loadFactor. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CommandResponse> |
CommandChannelImpl.sendCommand(Command command) |
| Modifier and Type | Method and Description |
|---|---|
Registration |
CommandChannelImpl.registerCommandHandler(Function<Command,CompletableFuture<CommandResponse>> handler,
int loadFactor,
String... commandNames) |
| Modifier and Type | Method and Description |
|---|---|
CommandResponse |
CommandResponse.Builder.build() |
CommandResponse |
CommandResponse.Builder.buildPartial() |
CommandResponse |
CommandServiceGrpc.CommandServiceBlockingStub.dispatch(Command request)
Dispatches the given command, returning the result of command execution
|
CommandResponse |
CommandProviderOutbound.getCommandResponse()
Sends a result of Command processing
|
CommandResponse |
CommandProviderOutbound.Builder.getCommandResponse()
Sends a result of Command processing
|
CommandResponse |
CommandProviderOutboundOrBuilder.getCommandResponse()
Sends a result of Command processing
|
static CommandResponse |
CommandResponse.getDefaultInstance() |
CommandResponse |
CommandResponse.getDefaultInstanceForType() |
CommandResponse |
CommandResponse.Builder.getDefaultInstanceForType() |
static CommandResponse |
CommandResponse.parseDelimitedFrom(InputStream input) |
static CommandResponse |
CommandResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandResponse |
CommandResponse.parseFrom(byte[] data) |
static CommandResponse |
CommandResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandResponse |
CommandResponse.parseFrom(ByteBuffer data) |
static CommandResponse |
CommandResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandResponse |
CommandResponse.parseFrom(com.google.protobuf.ByteString data) |
static CommandResponse |
CommandResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandResponse |
CommandResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static CommandResponse |
CommandResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandResponse |
CommandResponse.parseFrom(InputStream input) |
static CommandResponse |
CommandResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<CommandResponse> |
CommandServiceGrpc.CommandServiceFutureStub.dispatch(Command request)
Dispatches the given command, returning the result of command execution
|
static io.grpc.MethodDescriptor<Command,CommandResponse> |
CommandServiceGrpc.getDispatchMethod() |
com.google.protobuf.Parser<CommandResponse> |
CommandResponse.getParserForType() |
static com.google.protobuf.Parser<CommandResponse> |
CommandResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeCommandResponse(CommandResponse value)
Sends a result of Command processing
|
CommandResponse.Builder |
CommandResponse.Builder.mergeFrom(CommandResponse other) |
static CommandResponse.Builder |
CommandResponse.newBuilder(CommandResponse prototype) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setCommandResponse(CommandResponse value)
Sends a result of Command processing
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandServiceGrpc.CommandServiceImplBase.dispatch(Command request,
io.grpc.stub.StreamObserver<CommandResponse> responseObserver)
Dispatches the given command, returning the result of command execution
|
void |
CommandServiceGrpc.CommandServiceStub.dispatch(Command request,
io.grpc.stub.StreamObserver<CommandResponse> responseObserver)
Dispatches the given command, returning the result of command execution
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.