Package | Description |
---|---|
io.axoniq.axonserver.grpc.control | |
org.axonframework.axonserver.connector | |
org.axonframework.axonserver.connector.processor |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<PlatformInboundInstruction,PlatformOutboundInstruction> |
PlatformServiceGrpc.METHOD_OPEN_STREAM |
Modifier and Type | Method and Description |
---|---|
PlatformOutboundInstruction |
PlatformOutboundInstruction.Builder.build() |
PlatformOutboundInstruction |
PlatformOutboundInstruction.Builder.buildPartial() |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.getDefaultInstance() |
PlatformOutboundInstruction |
PlatformOutboundInstruction.getDefaultInstanceForType() |
PlatformOutboundInstruction |
PlatformOutboundInstruction.Builder.getDefaultInstanceForType() |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseDelimitedFrom(InputStream input) |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseFrom(byte[] data) |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseFrom(com.google.protobuf.ByteString data) |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseFrom(com.google.protobuf.CodedInputStream input) |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseFrom(InputStream input) |
static PlatformOutboundInstruction |
PlatformOutboundInstruction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<PlatformOutboundInstruction> |
PlatformOutboundInstruction.getParserForType() |
static com.google.protobuf.Parser<PlatformOutboundInstruction> |
PlatformOutboundInstruction.parser() |
Modifier and Type | Method and Description |
---|---|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeFrom(PlatformOutboundInstruction other) |
static PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.newBuilder(PlatformOutboundInstruction prototype) |
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<PlatformInboundInstruction> |
PlatformServiceGrpc.PlatformServiceImplBase.openStream(io.grpc.stub.StreamObserver<PlatformOutboundInstruction> responseObserver) |
io.grpc.stub.StreamObserver<PlatformInboundInstruction> |
PlatformServiceGrpc.PlatformServiceStub.openStream(io.grpc.stub.StreamObserver<PlatformOutboundInstruction> responseObserver) |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerConnectionManager.onOutboundInstruction(PlatformOutboundInstruction.RequestCase requestCase,
Consumer<PlatformOutboundInstruction> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
EventProcessorControlService.getEventProcessorInfo(PlatformOutboundInstruction platformOutboundInstruction) |
void |
EventProcessorControlService.pauseProcessor(PlatformOutboundInstruction platformOutboundInstruction) |
void |
EventProcessorControlService.releaseSegment(PlatformOutboundInstruction platformOutboundInstruction) |
void |
EventProcessorControlService.startProcessor(PlatformOutboundInstruction platformOutboundInstruction) |
Copyright © 2010–2018. All rights reserved.