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
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