Interface ClusterShardingMessages.StartEntityAckOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.StartEntityAck
,ClusterShardingMessages.StartEntityAck.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.StartEntityAckOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEntityId()
required string entityId = 1;
akka.protobufv3.internal.ByteString
getEntityIdBytes()
required string entityId = 1;
java.lang.String
getShardId()
required string shardId = 2;
akka.protobufv3.internal.ByteString
getShardIdBytes()
required string shardId = 2;
boolean
hasEntityId()
required string entityId = 1;
boolean
hasShardId()
required string shardId = 2;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEntityId
boolean hasEntityId()
required string entityId = 1;
- Returns:
- Whether the entityId field is set.
-
getEntityId
java.lang.String getEntityId()
required string entityId = 1;
- Returns:
- The entityId.
-
getEntityIdBytes
akka.protobufv3.internal.ByteString getEntityIdBytes()
required string entityId = 1;
- Returns:
- The bytes for entityId.
-
hasShardId
boolean hasShardId()
required string shardId = 2;
- Returns:
- Whether the shardId field is set.
-
getShardId
java.lang.String getShardId()
required string shardId = 2;
- Returns:
- The shardId.
-
getShardIdBytes
akka.protobufv3.internal.ByteString getShardIdBytes()
required string shardId = 2;
- Returns:
- The bytes for shardId.
-
-