| Interface | Description |
|---|---|
| Instrumentation |
Provides the capability to instrument the execution steps of a GraphQL query.
|
| InstrumentationContext<T> |
When a
Instrumentation.'beginXXX' method is called then it must return a non null InstrumentationContext
that will the be invoked as InstrumentationContext.onEnd(Object) or InstrumentationContext.onEnd(Exception) when the step completes. |
| Class | Description |
|---|---|
| NoOpInstrumentation |
Nothing to see or do here ;)
|