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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java