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