Uses of Class
graphql.execution.instrumentation.SimpleInstrumentationContext
-
Packages that use SimpleInstrumentationContext Package Description graphql.execution.instrumentation -
-
Uses of SimpleInstrumentationContext in graphql.execution.instrumentation
Methods in graphql.execution.instrumentation that return SimpleInstrumentationContext Modifier and Type Method Description static <U> SimpleInstrumentationContext<U>
SimpleInstrumentationContext. whenCompleted(java.util.function.BiConsumer<U,java.lang.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(java.util.function.Consumer<java.util.concurrent.CompletableFuture<U>> codeToRun)
Allows for the more fluent away to return an instrumentation context that runs the specified code on instrumentation step dispatch.
-