public class OpenTracingExecutionDecorator extends Object implements ExecutionDecorator
| Constructor and Description |
|---|
OpenTracingExecutionDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(graphql.ExecutionInput executionInput,
graphql.ExecutionResult executionResult) |
void |
before(graphql.ExecutionInput executionInput) |
void |
onError(graphql.ExecutionInput executionInput,
Throwable throwable) |
public void before(graphql.ExecutionInput executionInput)
before in interface ExecutionDecoratorpublic void after(graphql.ExecutionInput executionInput,
graphql.ExecutionResult executionResult)
after in interface ExecutionDecoratorpublic void onError(graphql.ExecutionInput executionInput,
Throwable throwable)
onError in interface ExecutionDecoratorCopyright © 2018–2020. All rights reserved.