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.
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 SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryMethods inherited from class org.springframework.graphql.execution.ContextPropagationHelperbindCancelFrom, captureFrom, captureFrom, createCancelSignal, getInstance, getInstance, isCancelled, saveInstance, saveInstance, selectInstance
- 
Constructor Details- 
ContextSnapshotFactoryHelperpublic ContextSnapshotFactoryHelper()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
ContextPropagationHelper.