public class TracingService extends Object implements EventingService
| Constructor and Description |
|---|
TracingService() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDataFetch(io.smallrye.graphql.api.Context context) |
void |
afterExecute(io.smallrye.graphql.api.Context context) |
void |
beforeDataFetch(io.smallrye.graphql.api.Context context) |
void |
beforeExecute(io.smallrye.graphql.api.Context context) |
void |
errorDataFetch(String executionId,
Throwable t) |
void |
errorExecute(String executionId,
Throwable t) |
String |
getConfigKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeGraphQLBuild, beforeInvoke, beforeSchemaBuild, createOperationpublic void beforeExecute(io.smallrye.graphql.api.Context context)
beforeExecute in interface EventingServicepublic void afterExecute(io.smallrye.graphql.api.Context context)
afterExecute in interface EventingServicepublic void errorExecute(String executionId, Throwable t)
errorExecute in interface EventingServicepublic void beforeDataFetch(io.smallrye.graphql.api.Context context)
beforeDataFetch in interface EventingServicepublic void afterDataFetch(io.smallrye.graphql.api.Context context)
afterDataFetch in interface EventingServicepublic void errorDataFetch(String executionId, Throwable t)
errorDataFetch in interface EventingServicepublic String getConfigKey()
getConfigKey in interface EventingServiceCopyright © 2018–2021. All rights reserved.