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.CommandType
getCommandType()
required .CommandType commandType = 1;
WireFormats.PekkoHandshakeInfo
getHandshakeInfo()
optional .PekkoHandshakeInfo handshakeInfo = 2;
WireFormats.PekkoHandshakeInfoOrBuilder
getHandshakeInfoOrBuilder()
optional .PekkoHandshakeInfo handshakeInfo = 2;
boolean
hasCommandType()
required .CommandType commandType = 1;
boolean
hasHandshakeInfo()
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;
-
-