Class ContextSnapshotFactoryHelper

java.lang.Object
org.springframework.graphql.execution.ContextPropagationHelper
org.springframework.graphql.execution.ContextSnapshotFactoryHelper

@Deprecated(since="1.3.5", forRemoval=true) public abstract class ContextSnapshotFactoryHelper extends ContextPropagationHelper
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.3.5 in favor of ContextPropagationHelper.
Helper to use a single ContextSnapshotFactory instance by saving and obtaining it to and from Reactor and GraphQL contexts.
Since:
1.3.0
Author:
Rossen Stoyanchev
  • Constructor Details

    • ContextSnapshotFactoryHelper

      public ContextSnapshotFactoryHelper()
      Deprecated, for removal: This API element is subject to removal in a future version.