Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler.graphql |
Modifier and Type | Field and Description |
---|---|
static TypeArg<ApolloWSHandler> |
ApolloWSHandler.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ApolloWSHandler |
ApolloWSHandler.connectionHandler(io.vertx.core.Handler<ServerWebSocket> connectionHandler)
Customize the connection .
|
static ApolloWSHandler |
ApolloWSHandler.create(graphql.GraphQL graphQL)
Create a new
ApolloWSHandler that will use the provided graphQL object to execute requests. |
static ApolloWSHandler |
ApolloWSHandler.create(graphql.GraphQL graphQL,
io.vertx.ext.web.handler.graphql.ApolloWSOptions options)
Create a new
ApolloWSHandler that will use the provided graphQL object to execute requests. |
ApolloWSHandler |
ApolloWSHandler.dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)
Customize the .
|
ApolloWSHandler |
ApolloWSHandler.endHandler(io.vertx.core.Handler<ServerWebSocket> endHandler)
Customize the end .
|
ApolloWSHandler |
ApolloWSHandler.locale(Function<ApolloWSMessage,Locale> factory)
Customize the passed to the GraphQL execution engine.
|
ApolloWSHandler |
ApolloWSHandler.messageHandler(io.vertx.core.Handler<ApolloWSMessage> messageHandler)
Customize the message .
|
static ApolloWSHandler |
ApolloWSHandler.newInstance(io.vertx.ext.web.handler.graphql.ApolloWSHandler arg) |
ApolloWSHandler |
ApolloWSHandler.queryContext(Function<ApolloWSMessage,Object> factory)
Customize the query context object.
|
Copyright © 2020 Eclipse. All rights reserved.