Compartir vía


StateChangeKind Enum

  • java.lang.Object
    • java.lang.Enum<StateChangeKind>
      • microsoft.servicefabric.actors.runtime.StateChangeKind

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