Package | Description |
---|---|
io.axoniq.axonserver.grpc.control |
Modifier and Type | Method and Description |
---|---|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clear() |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearAck()
Acknowledgement of previously sent instruction via inbound stream
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearInstructionId()
Instruction identifier.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearRequest() |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clone() |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeFrom(com.google.protobuf.Message other) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeFrom(PlatformOutboundInstruction other) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeHeartbeat(Heartbeat value)
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeMergeEventProcessorSegment(EventProcessorSegmentReference value)
Instruction to merge two Segments in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeNodeNotification(NodeInfo value)
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergePauseEventProcessor(EventProcessorReference value)
Instruction from AxonServer to Pause a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeReleaseSegment(EventProcessorSegmentReference value)
Instruction from AxonServer to Release a specific segment in 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.mergeRequestReconnect(RequestReconnect value)
A request from AxonServer to the Application to migrate its connection to another node.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeSplitEventProcessorSegment(EventProcessorSegmentReference value)
Instruction to split a Segment in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeStartEventProcessor(EventProcessorReference value)
Instruction from AxonServer to Start a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.newBuilder() |
static PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.newBuilder(PlatformOutboundInstruction prototype) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.newBuilderForType() |
protected PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setAck(InstructionAck.Builder builderForValue)
Acknowledgement of previously sent instruction via inbound stream
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setAck(InstructionAck value)
Acknowledgement of previously sent instruction via inbound stream
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setHeartbeat(Heartbeat.Builder builderForValue)
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setHeartbeat(Heartbeat value)
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setInstructionId(String value)
Instruction identifier.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setInstructionIdBytes(com.google.protobuf.ByteString value)
Instruction identifier.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setMergeEventProcessorSegment(EventProcessorSegmentReference.Builder builderForValue)
Instruction to merge two Segments in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setMergeEventProcessorSegment(EventProcessorSegmentReference value)
Instruction to merge two Segments in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setNodeNotification(NodeInfo.Builder builderForValue)
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setNodeNotification(NodeInfo value)
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setPauseEventProcessor(EventProcessorReference.Builder builderForValue)
Instruction from AxonServer to Pause a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setPauseEventProcessor(EventProcessorReference value)
Instruction from AxonServer to Pause a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setReleaseSegment(EventProcessorSegmentReference.Builder builderForValue)
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setReleaseSegment(EventProcessorSegmentReference value)
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestEventProcessorInfo(EventProcessorReference.Builder builderForValue)
A request from AxonServer for status information of a specific 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.setRequestReconnect(RequestReconnect.Builder builderForValue)
A request from AxonServer to the Application to migrate its connection to another node.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestReconnect(RequestReconnect value)
A request from AxonServer to the Application to migrate its connection to another node.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setSplitEventProcessorSegment(EventProcessorSegmentReference.Builder builderForValue)
Instruction to split a Segment in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setSplitEventProcessorSegment(EventProcessorSegmentReference value)
Instruction to split a Segment in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setStartEventProcessor(EventProcessorReference.Builder builderForValue)
Instruction from AxonServer to Start a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setStartEventProcessor(EventProcessorReference value)
Instruction from AxonServer to Start a Tracking Event Processor.
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.toBuilder() |
Copyright © 2010–2020. All rights reserved.