StateChangeKind Enum
- java.
lang. Object - java.
lang. Enum<StateChangeKind> - microsoft.
servicefabric. actors. runtime. StateChangeKind
- microsoft.
- java.
public enum StateChangeKind
Represents kind of state change for an actor state when ActorStateProvider#saveStateAsync(ActorId, java.util.List, CancellationToken) saves changes to a set of actor states.
Fields
Add |
The state needs to be added. |
None |
No change in state. |
Remove |
The state needs to be removed. |
Update |
The state needs to be updated. |
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