Interface ClusterShardingMessages.EntityStoppedOrBuilder

    • 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;
      boolean hasEntityId()
      required string entityId = 1;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • 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.