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 Summary

    Modifier and Type
    Method
    Description
    required string entityId = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string entityId = 1;
    required string shardId = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    required string shardId = 2;
    boolean
    required string entityId = 1;
    boolean
    required string shardId = 2;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasEntityId

      boolean hasEntityId()
      required string entityId = 1;
      Returns:
      Whether the entityId field is set.
    • getEntityId

      String getEntityId()
      required string entityId = 1;
      Returns:
      The entityId.
    • getEntityIdBytes

      org.apache.pekko.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

      String getShardId()
      required string shardId = 2;
      Returns:
      The shardId.
    • getShardIdBytes

      org.apache.pekko.protobufv3.internal.ByteString getShardIdBytes()
      required string shardId = 2;
      Returns:
      The bytes for shardId.