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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java