Interface StateManagement


@Incubating public interface StateManagement
Aggregates the coordinators for a given state management strategy.

Every concrete implementation of this interface should declare a field public static final StateManagement INSTANCE.

Since:
7.4
See Also:
  • StandardStateManagement
  • SoftDeleteStateManagement
  • TemporalStateManagement
  • HistoryStateManagement
  • AuditStateManagement