Uses of Class
graphql.execution.instrumentation.SimpleInstrumentationContext
Packages that use SimpleInstrumentationContext
-
Uses of SimpleInstrumentationContext in graphql.execution.instrumentation
Methods in graphql.execution.instrumentation that return SimpleInstrumentationContextModifier and TypeMethodDescriptionstatic <U> SimpleInstrumentationContext
<U> SimpleInstrumentationContext.whenCompleted
(BiConsumer<U, Throwable> codeToRun) Allows for the more fluent away to return an instrumentation context that runs the specified code on instrumentation step completion.static <U> SimpleInstrumentationContext
<U> SimpleInstrumentationContext.whenDispatched
(Consumer<CompletableFuture<U>> codeToRun) Allows for the more fluent away to return an instrumentation context that runs the specified code on instrumentation step dispatch.