Interface ClusterShardingMessages.EntityStartedOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ClusterShardingMessages.EntityStarted, ClusterShardingMessages.EntityStarted.Builder
Enclosing class:
ClusterShardingMessages

public static interface ClusterShardingMessages.EntityStartedOrBuilder 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;
    boolean
    required string entityId = 1;

    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.