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 |
---|---|
Command |
Command.Builder.build() |
Command |
Command.Builder.buildPartial() |
Command |
CommandProviderInboundOrBuilder.getCommand()
optional .io.axoniq.axonserver.grpc.command.Command command = 2; |
Command |
CommandProviderInbound.getCommand()
optional .io.axoniq.axonserver.grpc.command.Command command = 2; |
Command |
CommandProviderInbound.Builder.getCommand()
optional .io.axoniq.axonserver.grpc.command.Command command = 2; |
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(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 |
---|---|
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) |
com.google.common.util.concurrent.ListenableFuture<CommandResponse> |
CommandServiceGrpc.CommandServiceFutureStub.dispatch(Command request) |
void |
CommandServiceGrpc.CommandServiceImplBase.dispatch(Command request,
io.grpc.stub.StreamObserver<CommandResponse> responseObserver) |
void |
CommandServiceGrpc.CommandServiceStub.dispatch(Command request,
io.grpc.stub.StreamObserver<CommandResponse> responseObserver) |
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.mergeCommand(Command value)
optional .io.axoniq.axonserver.grpc.command.Command command = 2; |
Command.Builder |
Command.Builder.mergeFrom(Command other) |
static Command.Builder |
Command.newBuilder(Command prototype) |
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.setCommand(Command value)
optional .io.axoniq.axonserver.grpc.command.Command command = 2; |
Modifier and Type | Method and Description |
---|---|
Command |
CommandSerializer.serialize(CommandMessage<?> commandMessage,
String routingKey,
int priority) |
Modifier and Type | Method and Description |
---|---|
CommandMessage<?> |
CommandSerializer.deserialize(Command request) |
Constructor and Description |
---|
GrpcBackedCommandMessage(Command request,
Serializer serializer) |
Copyright © 2010–2018. All rights reserved.