Interface StateManagementGraphIntegration


@Incubating public interface StateManagementGraphIntegration

Graph action-queue integration for a state-management strategy.

The root StateManagement contract identifies the state-management model for a mapping. This nested integration contract exposes the graph-queue-specific mutation-plan contributors for that model without mixing graph decomposition concerns into the legacy coordinator factory surface.

Since:
8.0
  • Field Details

    • STANDARD

      static final StateManagementGraphIntegration STANDARD
      The graph integration used by the standard state-management model. It does not contribute any alternate graph mutation plans.
  • Method Details