| Package | Description | 
|---|---|
| io.vertx.ext.web.handler.graphql | |
| io.vertx.reactivex.ext.web.handler.graphql | |
| io.vertx.rxjava.ext.web.handler.graphql | 
| Modifier and Type | Method and Description | 
|---|---|
| ApolloWSHandler | ApolloWSHandler. connectionHandler(Handler<ServerWebSocket> connectionHandler)Customize the connection  Handler. | 
| ApolloWSHandler | ApolloWSHandler. connectionInitHandler(Handler<ApolloWSConnectionInitEvent> connectionInitHandler)Customize the connection init  Handler. | 
| static ApolloWSHandler | ApolloWSHandler. create(graphql.GraphQL graphQL)Create a new  ApolloWSHandlerthat will use the providedgraphQLobject to execute requests. | 
| static ApolloWSHandler | ApolloWSHandler. create(graphql.GraphQL graphQL,
      ApolloWSOptions options)Create a new  ApolloWSHandlerthat will use the providedgraphQLobject to execute requests. | 
| ApolloWSHandler | ApolloWSHandler. dataLoaderRegistry(java.util.function.Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)Customize the  DataLoaderRegistry. | 
| ApolloWSHandler | ApolloWSHandler. endHandler(Handler<ServerWebSocket> endHandler)Customize the end  Handler. | 
| ApolloWSHandler | ApolloWSHandler. locale(java.util.function.Function<ApolloWSMessage,Locale> factory)Customize the  Localepassed to the GraphQL execution engine. | 
| ApolloWSHandler | ApolloWSHandler. messageHandler(Handler<ApolloWSMessage> messageHandler)Customize the message  Handler. | 
| ApolloWSHandler | ApolloWSHandler. queryContext(java.util.function.Function<ApolloWSMessage,Object> factory)Customize the query context object. | 
| Modifier and Type | Method and Description | 
|---|---|
| ApolloWSHandler | ApolloWSHandler. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ApolloWSHandler | ApolloWSHandler. newInstance(ApolloWSHandler arg) | 
| Constructor and Description | 
|---|
| ApolloWSHandler(ApolloWSHandler delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| ApolloWSHandler | ApolloWSHandler. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ApolloWSHandler | ApolloWSHandler. newInstance(ApolloWSHandler arg) | 
| Constructor and Description | 
|---|
| ApolloWSHandler(ApolloWSHandler delegate) | 
Copyright © 2021 Eclipse. All rights reserved.