Package akka.cluster.protobuf.msg
Interface ClusterMessages.InitJoinOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMessages.InitJoin
,ClusterMessages.InitJoin.Builder
- Enclosing class:
- ClusterMessages
public static interface ClusterMessages.InitJoinOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCurrentConfig()
optional string currentConfig = 1;
akka.protobufv3.internal.ByteString
getCurrentConfigBytes()
optional string currentConfig = 1;
boolean
hasCurrentConfig()
optional string currentConfig = 1;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCurrentConfig
boolean hasCurrentConfig()
optional string currentConfig = 1;
- Returns:
- Whether the currentConfig field is set.
-
getCurrentConfig
java.lang.String getCurrentConfig()
optional string currentConfig = 1;
- Returns:
- The currentConfig.
-
getCurrentConfigBytes
akka.protobufv3.internal.ByteString getCurrentConfigBytes()
optional string currentConfig = 1;
- Returns:
- The bytes for currentConfig.
-
-