Package | Description |
---|---|
io.axoniq.axonserver.grpc.command | |
org.axonframework.axonserver.connector | |
org.axonframework.axonserver.connector.command |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<CommandProviderOutbound,CommandProviderInbound> |
CommandServiceGrpc.METHOD_OPEN_STREAM |
Modifier and Type | Method and Description |
---|---|
CommandProviderOutbound |
CommandProviderOutbound.Builder.build() |
CommandProviderOutbound |
CommandProviderOutbound.Builder.buildPartial() |
static CommandProviderOutbound |
CommandProviderOutbound.getDefaultInstance() |
CommandProviderOutbound |
CommandProviderOutbound.getDefaultInstanceForType() |
CommandProviderOutbound |
CommandProviderOutbound.Builder.getDefaultInstanceForType() |
static CommandProviderOutbound |
CommandProviderOutbound.parseDelimitedFrom(InputStream input) |
static CommandProviderOutbound |
CommandProviderOutbound.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandProviderOutbound |
CommandProviderOutbound.parseFrom(byte[] data) |
static CommandProviderOutbound |
CommandProviderOutbound.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandProviderOutbound |
CommandProviderOutbound.parseFrom(com.google.protobuf.ByteString data) |
static CommandProviderOutbound |
CommandProviderOutbound.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandProviderOutbound |
CommandProviderOutbound.parseFrom(com.google.protobuf.CodedInputStream input) |
static CommandProviderOutbound |
CommandProviderOutbound.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandProviderOutbound |
CommandProviderOutbound.parseFrom(InputStream input) |
static CommandProviderOutbound |
CommandProviderOutbound.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<CommandProviderOutbound> |
CommandProviderOutbound.getParserForType() |
io.grpc.stub.StreamObserver<CommandProviderOutbound> |
CommandServiceGrpc.CommandServiceImplBase.openStream(io.grpc.stub.StreamObserver<CommandProviderInbound> responseObserver) |
io.grpc.stub.StreamObserver<CommandProviderOutbound> |
CommandServiceGrpc.CommandServiceStub.openStream(io.grpc.stub.StreamObserver<CommandProviderInbound> responseObserver) |
static com.google.protobuf.Parser<CommandProviderOutbound> |
CommandProviderOutbound.parser() |
Modifier and Type | Method and Description |
---|---|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeFrom(CommandProviderOutbound other) |
static CommandProviderOutbound.Builder |
CommandProviderOutbound.newBuilder(CommandProviderOutbound prototype) |
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<CommandProviderOutbound> |
AxonServerConnectionManager.getCommandStream(io.grpc.stub.StreamObserver<CommandProviderInbound> commandsFromRoutingServer,
io.grpc.ClientInterceptor[] interceptors) |
Modifier and Type | Method and Description |
---|---|
CommandProviderOutbound |
CommandSerializer.serialize(CommandResultMessage<?> commandResultMessage,
String requestIdentifier) |
Copyright © 2010–2018. All rights reserved.