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
Modifier and TypeMethodDescriptionrequired .CommandType commandType = 1;optional .PekkoHandshakeInfo handshakeInfo = 2;optional .PekkoHandshakeInfo handshakeInfo = 2;booleanrequired .CommandType commandType = 1;booleanoptional .PekkoHandshakeInfo handshakeInfo = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-