public class EventsService extends Object implements EventingService
| Constructor and Description |
|---|
EventsService() |
| 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) |
graphql.GraphQL.Builder |
beforeGraphQLBuild(graphql.GraphQL.Builder builder) |
void |
beforeInvoke(InvokeInfo invokeInfo) |
graphql.schema.GraphQLSchema.Builder |
beforeSchemaBuild(graphql.schema.GraphQLSchema.Builder builder) |
io.smallrye.graphql.schema.model.Operation |
createOperation(io.smallrye.graphql.schema.model.Operation operation) |
void |
errorDataFetch(String executionId,
Throwable t) |
void |
errorExecute(String executionId,
Throwable t) |
String |
getConfigKey() |
public graphql.schema.GraphQLSchema.Builder beforeSchemaBuild(graphql.schema.GraphQLSchema.Builder builder)
beforeSchemaBuild in interface EventingServicepublic io.smallrye.graphql.schema.model.Operation createOperation(io.smallrye.graphql.schema.model.Operation operation)
createOperation in interface EventingServicepublic graphql.GraphQL.Builder beforeGraphQLBuild(graphql.GraphQL.Builder builder)
beforeGraphQLBuild in interface EventingServicepublic 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 beforeDataFetch(io.smallrye.graphql.api.Context context)
beforeDataFetch in interface EventingServicepublic void beforeInvoke(InvokeInfo invokeInfo) throws Exception
beforeInvoke in interface EventingServiceExceptionpublic void afterDataFetch(io.smallrye.graphql.api.Context context)
afterDataFetch in interface EventingServicepublic void errorExecute(String executionId, Throwable t)
errorExecute in interface EventingServicepublic void errorDataFetch(String executionId, Throwable t)
errorDataFetch in interface EventingServicepublic String getConfigKey()
getConfigKey in interface EventingServiceCopyright © 2018–2021. All rights reserved.