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