public interface PlatformInboundInstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EventProcessorInfo |
getEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
EventProcessorInfoOrBuilder |
getEventProcessorInfoOrBuilder()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
ClientIdentification |
getRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
ClientIdentificationOrBuilder |
getRegisterOrBuilder()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
PlatformInboundInstruction.RequestCase |
getRequestCase() |
boolean |
hasEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
boolean |
hasRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
ClientIdentification getRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
ClientIdentificationOrBuilder getRegisterOrBuilder()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
boolean hasEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
EventProcessorInfo getEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
EventProcessorInfoOrBuilder getEventProcessorInfoOrBuilder()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
PlatformInboundInstruction.RequestCase getRequestCase()
Copyright © 2010–2019. All rights reserved.