Interface ShardingMessages.GetNumberOfProcessesOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ShardingMessages.GetNumberOfProcesses,ShardingMessages.GetNumberOfProcesses.Builder
- Enclosing class:
- ShardingMessages
public static interface ShardingMessages.GetNumberOfProcessesOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetReplyTo()required string replyTo = 1;akka.protobufv3.internal.ByteStringgetReplyToBytes()required string replyTo = 1;booleanhasReplyTo()required string replyTo = 1;-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasReplyTo
boolean hasReplyTo()
required string replyTo = 1;- Returns:
- Whether the replyTo field is set.
-
getReplyTo
java.lang.String getReplyTo()
required string replyTo = 1;- Returns:
- The replyTo.
-
getReplyToBytes
akka.protobufv3.internal.ByteString getReplyToBytes()
required string replyTo = 1;- Returns:
- The bytes for replyTo.
-
-