Package | Description |
---|---|
io.axoniq.axonserver.grpc.command | |
org.axonframework.axonserver.connector.command |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<Command,CommandResponse> |
CommandServiceGrpc.METHOD_DISPATCH |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
CommandResponse.Builder.build() |
CommandResponse |
CommandResponse.Builder.buildPartial() |
CommandResponse |
CommandServiceGrpc.CommandServiceBlockingStub.dispatch(Command request) |
CommandResponse |
CommandProviderOutboundOrBuilder.getCommandResponse()
optional .io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4; |
CommandResponse |
CommandProviderOutbound.getCommandResponse()
optional .io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4; |
CommandResponse |
CommandProviderOutbound.Builder.getCommandResponse()
optional .io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4; |
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(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) |
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)
optional .io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4; |
CommandResponse.Builder |
CommandResponse.Builder.mergeFrom(CommandResponse other) |
static CommandResponse.Builder |
CommandResponse.newBuilder(CommandResponse prototype) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setCommandResponse(CommandResponse value)
optional .io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4; |
Modifier and Type | Method and Description |
---|---|
void |
CommandServiceGrpc.CommandServiceImplBase.dispatch(Command request,
io.grpc.stub.StreamObserver<CommandResponse> responseObserver) |
void |
CommandServiceGrpc.CommandServiceStub.dispatch(Command request,
io.grpc.stub.StreamObserver<CommandResponse> responseObserver) |
Modifier and Type | Method and Description |
---|---|
<R> GenericCommandResultMessage<R> |
CommandSerializer.deserialize(CommandResponse response) |
Copyright © 2010–2018. All rights reserved.