Interface ClusterShardingMessages.StartEntityAckOrBuilder
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
- ClusterShardingMessages.StartEntityAck,- ClusterShardingMessages.StartEntityAck.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.StartEntityAckOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionrequired string entityId = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string entityId = 1;required string shardId = 2;org.apache.pekko.protobufv3.internal.ByteStringrequired string shardId = 2;booleanrequired string entityId = 1;booleanrequired string shardId = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasEntityIdboolean hasEntityId()required string entityId = 1;- Returns:
- Whether the entityId field is set.
 
- 
getEntityIdString getEntityId()required string entityId = 1;- Returns:
- The entityId.
 
- 
getEntityIdBytesorg.apache.pekko.protobufv3.internal.ByteString getEntityIdBytes()required string entityId = 1;- Returns:
- The bytes for entityId.
 
- 
hasShardIdboolean hasShardId()required string shardId = 2;- Returns:
- Whether the shardId field is set.
 
- 
getShardIdString getShardId()required string shardId = 2;- Returns:
- The shardId.
 
- 
getShardIdBytesorg.apache.pekko.protobufv3.internal.ByteString getShardIdBytes()required string shardId = 2;- Returns:
- The bytes for shardId.
 
 
-