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 Summary
All 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.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCommandType
boolean hasCommandType()
required .CommandType commandType = 1;- Returns:
- Whether the commandType field is set.
-
getCommandType
WireFormats.CommandType getCommandType()
required .CommandType commandType = 1;- Returns:
- The commandType.
-
hasHandshakeInfo
boolean hasHandshakeInfo()
optional .PekkoHandshakeInfo handshakeInfo = 2;- Returns:
- Whether the handshakeInfo field is set.
-
getHandshakeInfo
WireFormats.PekkoHandshakeInfo getHandshakeInfo()
optional .PekkoHandshakeInfo handshakeInfo = 2;- Returns:
- The handshakeInfo.
-
getHandshakeInfoOrBuilder
WireFormats.PekkoHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
optional .PekkoHandshakeInfo handshakeInfo = 2;
-
-