Interface ClusterShardingMessages.EntitiesStartedOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.EntitiesStarted
,ClusterShardingMessages.EntitiesStarted.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.EntitiesStartedOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEntityId(int index)
repeated string entityId = 1;
akka.protobufv3.internal.ByteString
getEntityIdBytes(int index)
repeated string entityId = 1;
int
getEntityIdCount()
repeated string entityId = 1;
java.util.List<java.lang.String>
getEntityIdList()
repeated string entityId = 1;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntityIdList
java.util.List<java.lang.String> getEntityIdList()
repeated string entityId = 1;
- Returns:
- A list containing the entityId.
-
getEntityIdCount
int getEntityIdCount()
repeated string entityId = 1;
- Returns:
- The count of entityId.
-
getEntityId
java.lang.String getEntityId(int index)
repeated string entityId = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The entityId at the given index.
-
getEntityIdBytes
akka.protobufv3.internal.ByteString getEntityIdBytes(int index)
repeated string entityId = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the entityId at the given index.
-
-