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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.springframework.graphql.execution.ContextPropagationHelper
bindCancelFrom, bindCancelFrom, captureFrom, captureFrom, createCancelPublisher, getInstance, getInstance, saveInstance, saveInstance, selectInstance
-
Constructor Details
-
ContextSnapshotFactoryHelper
public ContextSnapshotFactoryHelper()Deprecated, for removal: This API element is subject to removal in a future version.
-
ContextPropagationHelper
.