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.
public enum StateChangeKind
- 继承
-
java.lang.Objectjava.lang.Enum<StateChangeKind>StateChangeKind
字段
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. |