| 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 |
|---|---|
Command |
Command.Builder.build() |
Command |
Command.Builder.buildPartial() |
Command |
CommandProviderInboundOrBuilder.getCommand()
A command for this component to process
|
Command |
CommandProviderInbound.getCommand()
A command for this component to process
|
Command |
CommandProviderInbound.Builder.getCommand()
A command for this component to process
|
static Command |
Command.getDefaultInstance() |
Command |
Command.getDefaultInstanceForType() |
Command |
Command.Builder.getDefaultInstanceForType() |
static Command |
Command.parseDelimitedFrom(InputStream input) |
static Command |
Command.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(byte[] data) |
static Command |
Command.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(ByteBuffer data) |
static Command |
Command.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(com.google.protobuf.ByteString data) |
static Command |
Command.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(com.google.protobuf.CodedInputStream input) |
static Command |
Command.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(InputStream input) |
static Command |
Command.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<Command,CommandResponse> |
CommandServiceGrpc.getDispatchMethod() |
com.google.protobuf.Parser<Command> |
Command.getParserForType() |
static com.google.protobuf.Parser<Command> |
Command.parser() |
| Modifier and Type | Method and Description |
|---|---|
CommandResponse |
CommandServiceGrpc.CommandServiceBlockingStub.dispatch(Command request)
Dispatches the given command, returning the result of command execution
|
com.google.common.util.concurrent.ListenableFuture<CommandResponse> |
CommandServiceGrpc.CommandServiceFutureStub.dispatch(Command request)
Dispatches the given command, returning the result of command execution
|
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
|
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.mergeCommand(Command value)
A command for this component to process
|
Command.Builder |
Command.Builder.mergeFrom(Command other) |
static Command.Builder |
Command.newBuilder(Command prototype) |
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.setCommand(Command value)
A command for this component to process
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.