PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clear() |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearMergeEventProcessorSegment()
.io.axoniq.axonserver.grpc.control.MergeEventProcessorSegment merge_event_processor_segment = 9;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearNodeNotification()
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearPauseEventProcessor()
.io.axoniq.axonserver.grpc.control.PauseEventProcessor pause_event_processor = 4;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearReleaseSegment()
.io.axoniq.axonserver.grpc.control.ReleaseEventProcessorSegment release_segment = 6;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearRequest() |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearRequestEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.RequestEventProcessorInfo request_event_processor_info = 7;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearRequestReconnect()
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearSplitEventProcessorSegment()
.io.axoniq.axonserver.grpc.control.SplitEventProcessorSegment split_event_processor_segment = 8;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearStartEventProcessor()
.io.axoniq.axonserver.grpc.control.StartEventProcessor start_event_processor = 5;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clone() |
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.mergeMergeEventProcessorSegment(MergeEventProcessorSegment value)
.io.axoniq.axonserver.grpc.control.MergeEventProcessorSegment merge_event_processor_segment = 9;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeNodeNotification(NodeInfo value)
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergePauseEventProcessor(PauseEventProcessor value)
.io.axoniq.axonserver.grpc.control.PauseEventProcessor pause_event_processor = 4;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeReleaseSegment(ReleaseEventProcessorSegment value)
.io.axoniq.axonserver.grpc.control.ReleaseEventProcessorSegment release_segment = 6;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeRequestEventProcessorInfo(RequestEventProcessorInfo value)
.io.axoniq.axonserver.grpc.control.RequestEventProcessorInfo request_event_processor_info = 7;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeRequestReconnect(RequestReconnect value)
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeSplitEventProcessorSegment(SplitEventProcessorSegment value)
.io.axoniq.axonserver.grpc.control.SplitEventProcessorSegment split_event_processor_segment = 8;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeStartEventProcessor(StartEventProcessor value)
.io.axoniq.axonserver.grpc.control.StartEventProcessor start_event_processor = 5;
|
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.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setMergeEventProcessorSegment(MergeEventProcessorSegment.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.MergeEventProcessorSegment merge_event_processor_segment = 9;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setMergeEventProcessorSegment(MergeEventProcessorSegment value)
.io.axoniq.axonserver.grpc.control.MergeEventProcessorSegment merge_event_processor_segment = 9;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setNodeNotification(NodeInfo.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setNodeNotification(NodeInfo value)
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setPauseEventProcessor(PauseEventProcessor.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.PauseEventProcessor pause_event_processor = 4;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setPauseEventProcessor(PauseEventProcessor value)
.io.axoniq.axonserver.grpc.control.PauseEventProcessor pause_event_processor = 4;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setReleaseSegment(ReleaseEventProcessorSegment.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.ReleaseEventProcessorSegment release_segment = 6;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setReleaseSegment(ReleaseEventProcessorSegment value)
.io.axoniq.axonserver.grpc.control.ReleaseEventProcessorSegment release_segment = 6;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestEventProcessorInfo(RequestEventProcessorInfo.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.RequestEventProcessorInfo request_event_processor_info = 7;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestEventProcessorInfo(RequestEventProcessorInfo value)
.io.axoniq.axonserver.grpc.control.RequestEventProcessorInfo request_event_processor_info = 7;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestReconnect(RequestReconnect.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestReconnect(RequestReconnect value)
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setSplitEventProcessorSegment(SplitEventProcessorSegment.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.SplitEventProcessorSegment split_event_processor_segment = 8;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setSplitEventProcessorSegment(SplitEventProcessorSegment value)
.io.axoniq.axonserver.grpc.control.SplitEventProcessorSegment split_event_processor_segment = 8;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setStartEventProcessor(StartEventProcessor.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.StartEventProcessor start_event_processor = 5;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setStartEventProcessor(StartEventProcessor value)
.io.axoniq.axonserver.grpc.control.StartEventProcessor start_event_processor = 5;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.toBuilder() |