Package graphql.execution
Interface EngineRunningObserver
-
@ExperimentalApi @NullMarked public interface EngineRunningObserver
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ENGINE_RUNNING_OBSERVER_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
runningStateChanged(ExecutionId executionId, GraphQLContext graphQLContext, boolean runningState)
-
-
-
Field Detail
-
ENGINE_RUNNING_OBSERVER_KEY
static final java.lang.String ENGINE_RUNNING_OBSERVER_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
runningStateChanged
void runningStateChanged(ExecutionId executionId, GraphQLContext graphQLContext, boolean runningState)
-
-