Modifier and Type | Method and Description |
---|---|
GraphQLWSHandler |
GraphQLWSHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> config)
Set a callback to invoke before executing a GraphQL query.
|
GraphQLWSHandler |
GraphQLWSHandler.connectionInitHandler(Handler<ConnectionInitEvent> connectionInitHandler)
Customize the connection init
Handler . |
static GraphQLWSHandler |
GraphQLWSHandler.create(graphql.GraphQL graphQL)
Create a new
GraphQLWSHandler that will use the provided graphQL object to execute requests. |
static GraphQLWSHandler |
GraphQLWSHandler.create(graphql.GraphQL graphQL,
GraphQLWSOptions options)
Create a new
GraphQLWSHandler that will use the provided graphQL object to execute requests. |
Modifier and Type | Method and Description |
---|---|
GraphQLWSHandler |
GraphQLWSHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GraphQLWSHandler |
GraphQLWSHandler.newInstance(GraphQLWSHandler arg) |
Constructor and Description |
---|
GraphQLWSHandler(GraphQLWSHandler delegate) |
Modifier and Type | Method and Description |
---|---|
GraphQLWSHandler |
GraphQLWSHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GraphQLWSHandler |
GraphQLWSHandler.newInstance(GraphQLWSHandler arg) |
Constructor and Description |
---|
GraphQLWSHandler(GraphQLWSHandler delegate) |
Modifier and Type | Method and Description |
---|---|
GraphQLWSHandler |
GraphQLWSHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GraphQLWSHandler |
GraphQLWSHandler.newInstance(GraphQLWSHandler arg) |
Constructor and Description |
---|
GraphQLWSHandler(GraphQLWSHandler delegate) |
Copyright © 2022 Eclipse. All rights reserved.