StatePersistence 枚举
定义
Indicates how actor state is stored for an actor service.
public enum StatePersistence
- 继承
-
java.lang.Objectjava.lang.Enum<StatePersistence>StatePersistence
字段
None | No state is stored for actor |
Persisted | Actor state is persisted to local disk using a persistent state provider. |
Volatile | Actor state is kept in-memory only using a volatile state provider. |