public interface PlatformOutboundInstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InstructionAck |
getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAckOrBuilder |
getAckOrBuilder()
Acknowledgement of previously sent instruction via inbound stream
|
Heartbeat |
getHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
HeartbeatOrBuilder |
getHeartbeatOrBuilder()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
String |
getInstructionId()
Instruction identifier.
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
Instruction identifier.
|
EventProcessorSegmentReference |
getMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
|
EventProcessorSegmentReferenceOrBuilder |
getMergeEventProcessorSegmentOrBuilder()
Instruction to merge two Segments in a Tracking Event Processor
|
NodeInfo |
getNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
NodeInfoOrBuilder |
getNodeNotificationOrBuilder()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
EventProcessorReference |
getPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
EventProcessorReferenceOrBuilder |
getPauseEventProcessorOrBuilder()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
EventProcessorSegmentReference |
getReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
EventProcessorSegmentReferenceOrBuilder |
getReleaseSegmentOrBuilder()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
PlatformOutboundInstruction.RequestCase |
getRequestCase() |
EventProcessorReference |
getRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
|
EventProcessorReferenceOrBuilder |
getRequestEventProcessorInfoOrBuilder()
A request from AxonServer for status information of a specific Tracking Event Processor
|
RequestReconnect |
getRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node.
|
RequestReconnectOrBuilder |
getRequestReconnectOrBuilder()
A request from AxonServer to the Application to migrate its connection to another node.
|
EventProcessorSegmentReference |
getSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
|
EventProcessorSegmentReferenceOrBuilder |
getSplitEventProcessorSegmentOrBuilder()
Instruction to split a Segment in a Tracking Event Processor
|
EventProcessorReference |
getStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
|
EventProcessorReferenceOrBuilder |
getStartEventProcessorOrBuilder()
Instruction from AxonServer to Start a Tracking Event Processor.
|
boolean |
hasAck()
Acknowledgement of previously sent instruction via inbound stream
|
boolean |
hasHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
boolean |
hasMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
|
boolean |
hasNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
boolean |
hasPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
boolean |
hasReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
boolean |
hasRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
|
boolean |
hasRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node.
|
boolean |
hasSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
|
boolean |
hasStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;
NodeInfo getNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;
NodeInfoOrBuilder getNodeNotificationOrBuilder()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;
boolean hasRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node. Clients SHOULD honor this request by closing their current connection, and using the GetPlatformServer RPC to request a new destination.
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;
RequestReconnect getRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node. Clients SHOULD honor this request by closing their current connection, and using the GetPlatformServer RPC to request a new destination.
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;
RequestReconnectOrBuilder getRequestReconnectOrBuilder()
A request from AxonServer to the Application to migrate its connection to another node. Clients SHOULD honor this request by closing their current connection, and using the GetPlatformServer RPC to request a new destination.
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;
boolean hasPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference pause_event_processor = 4;
EventProcessorReference getPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference pause_event_processor = 4;
EventProcessorReferenceOrBuilder getPauseEventProcessorOrBuilder()
Instruction from AxonServer to Pause a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference pause_event_processor = 4;
boolean hasStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference start_event_processor = 5;
EventProcessorReference getStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference start_event_processor = 5;
EventProcessorReferenceOrBuilder getStartEventProcessorOrBuilder()
Instruction from AxonServer to Start a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference start_event_processor = 5;
boolean hasReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference release_segment = 6;
EventProcessorSegmentReference getReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference release_segment = 6;
EventProcessorSegmentReferenceOrBuilder getReleaseSegmentOrBuilder()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference release_segment = 6;
boolean hasRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorReference request_event_processor_info = 7;
EventProcessorReference getRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorReference request_event_processor_info = 7;
EventProcessorReferenceOrBuilder getRequestEventProcessorInfoOrBuilder()
A request from AxonServer for status information of a specific Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorReference request_event_processor_info = 7;
boolean hasSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference split_event_processor_segment = 8;
EventProcessorSegmentReference getSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference split_event_processor_segment = 8;
EventProcessorSegmentReferenceOrBuilder getSplitEventProcessorSegmentOrBuilder()
Instruction to split a Segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference split_event_processor_segment = 8;
boolean hasMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference merge_event_processor_segment = 9;
EventProcessorSegmentReference getMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference merge_event_processor_segment = 9;
EventProcessorSegmentReferenceOrBuilder getMergeEventProcessorSegmentOrBuilder()
Instruction to merge two Segments in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference merge_event_processor_segment = 9;
boolean hasHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
.io.axoniq.axonserver.grpc.control.Heartbeat heartbeat = 10;
Heartbeat getHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
.io.axoniq.axonserver.grpc.control.Heartbeat heartbeat = 10;
HeartbeatOrBuilder getHeartbeatOrBuilder()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
.io.axoniq.axonserver.grpc.control.Heartbeat heartbeat = 10;
boolean hasAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 11;
InstructionAck getAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 11;
InstructionAckOrBuilder getAckOrBuilder()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 11;
String getInstructionId()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via inbound stream
string instruction_id = 12;
com.google.protobuf.ByteString getInstructionIdBytes()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via inbound stream
string instruction_id = 12;
PlatformOutboundInstruction.RequestCase getRequestCase()
Copyright © 2010–2020. All rights reserved.