Class DataLoaderDispatcherInstrumentationState

java.lang.Object
graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentationState
All Implemented Interfaces:
InstrumentationState

@PublicApi public class DataLoaderDispatcherInstrumentationState extends Object implements InstrumentationState
A base class that keeps track of whether aggressive batching can be used
  • Field Details

    • EMPTY_DATALOADER_REGISTRY

      public static final org.dataloader.DataLoaderRegistry EMPTY_DATALOADER_REGISTRY
  • Constructor Details

    • DataLoaderDispatcherInstrumentationState

      public DataLoaderDispatcherInstrumentationState(org.slf4j.Logger log, org.dataloader.DataLoaderRegistry dataLoaderRegistry)