Package akka.remote
Interface WireFormats.AkkaControlMessageOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
WireFormats.AkkaControlMessage
,WireFormats.AkkaControlMessage.Builder
- Enclosing class:
- WireFormats
public static interface WireFormats.AkkaControlMessageOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WireFormats.CommandType
getCommandType()
required .CommandType commandType = 1;
WireFormats.AkkaHandshakeInfo
getHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;
WireFormats.AkkaHandshakeInfoOrBuilder
getHandshakeInfoOrBuilder()
optional .AkkaHandshakeInfo handshakeInfo = 2;
boolean
hasCommandType()
required .CommandType commandType = 1;
boolean
hasHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;
-
Methods inherited from interface akka.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 .AkkaHandshakeInfo handshakeInfo = 2;
- Returns:
- Whether the handshakeInfo field is set.
-
getHandshakeInfo
WireFormats.AkkaHandshakeInfo getHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;
- Returns:
- The handshakeInfo.
-
getHandshakeInfoOrBuilder
WireFormats.AkkaHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
optional .AkkaHandshakeInfo handshakeInfo = 2;
-
-