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 |
---|---|
ApolloWSOptions |
ApolloWSOptions.setKeepAlive(long keepAlive)
Set the interval in milliseconds to send
KEEPALIVE messages to all clients. |
Modifier and Type | Method and Description |
---|---|
static ApolloWSHandler |
ApolloWSHandler.create(graphql.GraphQL graphQL,
ApolloWSOptions options)
Create a new
ApolloWSHandler that will use the provided graphQL object to execute requests. |
static void |
ApolloWSOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
ApolloWSOptions obj) |
static void |
ApolloWSOptionsConverter.toJson(ApolloWSOptions obj,
JsonObject json) |
static void |
ApolloWSOptionsConverter.toJson(ApolloWSOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
ApolloWSOptions(ApolloWSOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static ApolloWSHandler |
ApolloWSHandler.create(graphql.GraphQL graphQL,
ApolloWSOptions options)
Create a new
ApolloWSHandler that will use the provided graphQL object to execute requests. |
Modifier and Type | Method and Description |
---|---|
static ApolloWSHandler |
ApolloWSHandler.create(graphql.GraphQL graphQL,
ApolloWSOptions options)
Create a new
ApolloWSHandler that will use the provided graphQL object to execute requests. |
Copyright © 2021 Eclipse. All rights reserved.