Modifier and Type | Method and Description |
---|---|
GraphQLWSHandler |
GraphQLWSHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> config)
Deprecated.
as of 4.5.1, use
builder(GraphQL) instead |
GraphQLWSHandler |
GraphQLWSHandlerBuilder.build() |
GraphQLWSHandler |
GraphQLWSHandler.connectionInitHandler(Handler<ConnectionInitEvent> connectionInitHandler)
Deprecated.
as of 4.5.1, use
builder(GraphQL) instead |
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. |
GraphQLWSHandler |
GraphQLWSHandler.endHandler(Handler<ServerWebSocket> endHandler)
Deprecated.
as of 4.5.1, use
builder(GraphQL) instead |
GraphQLWSHandler |
GraphQLWSHandler.messageHandler(Handler<Message> messageHandler)
Deprecated.
as of 4.5.1, use
builder(GraphQL) instead |
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 © 2024 Eclipse. All rights reserved.