Package | Description |
---|---|
io.axoniq.axonserver.grpc.control |
Modifier and Type | Method and Description |
---|---|
EventProcessorReference |
EventProcessorReference.Builder.build() |
EventProcessorReference |
EventProcessorReference.Builder.buildPartial() |
static EventProcessorReference |
EventProcessorReference.getDefaultInstance() |
EventProcessorReference |
EventProcessorReference.getDefaultInstanceForType() |
EventProcessorReference |
EventProcessorReference.Builder.getDefaultInstanceForType() |
EventProcessorReference |
PlatformOutboundInstructionOrBuilder.getPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
EventProcessorReference |
PlatformOutboundInstruction.getPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
EventProcessorReference |
PlatformOutboundInstruction.Builder.getPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
EventProcessorReference |
PlatformOutboundInstructionOrBuilder.getRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
|
EventProcessorReference |
PlatformOutboundInstruction.getRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
|
EventProcessorReference |
PlatformOutboundInstruction.Builder.getRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
|
EventProcessorReference |
PlatformOutboundInstructionOrBuilder.getStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
|
EventProcessorReference |
PlatformOutboundInstruction.getStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
|
EventProcessorReference |
PlatformOutboundInstruction.Builder.getStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
|
static EventProcessorReference |
EventProcessorReference.parseDelimitedFrom(InputStream input) |
static EventProcessorReference |
EventProcessorReference.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorReference |
EventProcessorReference.parseFrom(byte[] data) |
static EventProcessorReference |
EventProcessorReference.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorReference |
EventProcessorReference.parseFrom(ByteBuffer data) |
static EventProcessorReference |
EventProcessorReference.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorReference |
EventProcessorReference.parseFrom(com.google.protobuf.ByteString data) |
static EventProcessorReference |
EventProcessorReference.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorReference |
EventProcessorReference.parseFrom(com.google.protobuf.CodedInputStream input) |
static EventProcessorReference |
EventProcessorReference.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorReference |
EventProcessorReference.parseFrom(InputStream input) |
static EventProcessorReference |
EventProcessorReference.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<EventProcessorReference> |
EventProcessorReference.getParserForType() |
static com.google.protobuf.Parser<EventProcessorReference> |
EventProcessorReference.parser() |
Modifier and Type | Method and Description |
---|---|
EventProcessorReference.Builder |
EventProcessorReference.Builder.mergeFrom(EventProcessorReference other) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergePauseEventProcessor(EventProcessorReference value)
Instruction from AxonServer to Pause a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeRequestEventProcessorInfo(EventProcessorReference value)
A request from AxonServer for status information of a specific Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeStartEventProcessor(EventProcessorReference value)
Instruction from AxonServer to Start a Tracking Event Processor.
|
static EventProcessorReference.Builder |
EventProcessorReference.newBuilder(EventProcessorReference prototype) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setPauseEventProcessor(EventProcessorReference value)
Instruction from AxonServer to Pause a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestEventProcessorInfo(EventProcessorReference value)
A request from AxonServer for status information of a specific Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setStartEventProcessor(EventProcessorReference value)
Instruction from AxonServer to Start a Tracking Event Processor.
|
Copyright © 2010–2020. All rights reserved.