Class ExhaustedDataLoaderDispatchStrategy
java.lang.Object
graphql.execution.instrumentation.dataloader.ExhaustedDataLoaderDispatchStrategy
- All Implemented Interfaces:
DataLoaderDispatchStrategy
@NullMarked
public class ExhaustedDataLoaderDispatchStrategy
extends Object
implements DataLoaderDispatchStrategy
-
Field Summary
Fields inherited from interface graphql.execution.DataLoaderDispatchStrategy
NO_OP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeferFieldFetched(ExecutionStrategyParameters parameters) voidexecutionSerialStrategy(ExecutionContext executionContext, ExecutionStrategyParameters parameters) voidexecutionStrategy(ExecutionContext executionContext, ExecutionStrategyParameters parameters, int fieldCount) voidfinishedFetching(ExecutionContext executionContext, ExecutionStrategyParameters newParameters) voidnewDataLoaderInvocation(@Nullable AlternativeCallContext alternativeCallContext) voidnewSubscriptionExecution(AlternativeCallContext alternativeCallContext) voidstartComplete(ExecutionStrategyParameters parameters) voidstopComplete(ExecutionStrategyParameters parameters) voidsubscriptionEventCompletionDone(AlternativeCallContext alternativeCallContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface graphql.execution.DataLoaderDispatchStrategy
deferredOnFieldValue, executeObject, executeObjectOnFieldValuesException, executeObjectOnFieldValuesInfo, executionStrategyOnFieldValuesException, executionStrategyOnFieldValuesInfo, fieldFetched
-
Constructor Details
-
ExhaustedDataLoaderDispatchStrategy
-
-
Method Details
-
executionStrategy
public void executionStrategy(ExecutionContext executionContext, ExecutionStrategyParameters parameters, int fieldCount) - Specified by:
executionStrategyin interfaceDataLoaderDispatchStrategy
-
finishedFetching
public void finishedFetching(ExecutionContext executionContext, ExecutionStrategyParameters newParameters) - Specified by:
finishedFetchingin interfaceDataLoaderDispatchStrategy
-
executionSerialStrategy
public void executionSerialStrategy(ExecutionContext executionContext, ExecutionStrategyParameters parameters) - Specified by:
executionSerialStrategyin interfaceDataLoaderDispatchStrategy
-
newSubscriptionExecution
- Specified by:
newSubscriptionExecutionin interfaceDataLoaderDispatchStrategy
-
subscriptionEventCompletionDone
- Specified by:
subscriptionEventCompletionDonein interfaceDataLoaderDispatchStrategy
-
deferFieldFetched
- Specified by:
deferFieldFetchedin interfaceDataLoaderDispatchStrategy
-
startComplete
- Specified by:
startCompletein interfaceDataLoaderDispatchStrategy
-
stopComplete
- Specified by:
stopCompletein interfaceDataLoaderDispatchStrategy
-
newDataLoaderInvocation
-