Package | Description |
---|---|
io.vertx.reactivex.ext.web.handler.graphql.ws |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GraphQLWSHandler> |
GraphQLWSHandler.__TYPE_ARG |
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 .
|
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. |
static GraphQLWSHandler |
GraphQLWSHandler.newInstance(GraphQLWSHandler arg) |
Copyright © 2022 Eclipse. All rights reserved.