ActorIdKind Enum
- java.
lang. Object - java.
lang. Enum<ActorIdKind> - microsoft.
servicefabric. actors. ActorIdKind
- microsoft.
- java.
public enum ActorIdKind
Specifies the type of id value for ActorId.
Fields
Long |
Represents id value of type java.lang.Long. |
String |
Represents id value of type java.lang.String. |
UUID |
Represents id value of type java.util.UUID. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java