Package org.apache.pekko.remote
Interface WireFormats.PekkoControlMessageOrBuilder
- 
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- WireFormats.PekkoControlMessage,- WireFormats.PekkoControlMessage.Builder
 - Enclosing class:
- WireFormats
 
 public static interface WireFormats.PekkoControlMessageOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WireFormats.CommandTypegetCommandType()required .CommandType commandType = 1;WireFormats.PekkoHandshakeInfogetHandshakeInfo()optional .PekkoHandshakeInfo handshakeInfo = 2;WireFormats.PekkoHandshakeInfoOrBuildergetHandshakeInfoOrBuilder()optional .PekkoHandshakeInfo handshakeInfo = 2;booleanhasCommandType()required .CommandType commandType = 1;booleanhasHandshakeInfo()optional .PekkoHandshakeInfo handshakeInfo = 2;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasCommandTypeboolean hasCommandType() required .CommandType commandType = 1;- Returns:
- Whether the commandType field is set.
 
 - 
getCommandTypeWireFormats.CommandType getCommandType() required .CommandType commandType = 1;- Returns:
- The commandType.
 
 - 
hasHandshakeInfoboolean hasHandshakeInfo() optional .PekkoHandshakeInfo handshakeInfo = 2;- Returns:
- Whether the handshakeInfo field is set.
 
 - 
getHandshakeInfoWireFormats.PekkoHandshakeInfo getHandshakeInfo() optional .PekkoHandshakeInfo handshakeInfo = 2;- Returns:
- The handshakeInfo.
 
 - 
getHandshakeInfoOrBuilderWireFormats.PekkoHandshakeInfoOrBuilder getHandshakeInfoOrBuilder() optional .PekkoHandshakeInfo handshakeInfo = 2;
 
- 
 
-