Package | Description |
---|---|
graphql.execution.instrumentation |
Modifier and Type | Method and Description |
---|---|
static <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.
|
Copyright © 2019. All rights reserved.