Package | Description |
---|---|
io.vertx.reactivex.ext.web.handler.graphql |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ApolloWSMessage> |
ApolloWSMessage.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ApolloWSMessage |
ApolloWSConnectionInitEvent.message()
Provides message content.
|
static ApolloWSMessage |
ApolloWSMessage.newInstance(ApolloWSMessage arg) |
Modifier and Type | Method and Description |
---|---|
ApolloWSHandler |
ApolloWSHandler.dataLoaderRegistry(java.util.function.Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)
Customize the .
|
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 .
|
ApolloWSHandler |
ApolloWSHandler.queryContext(java.util.function.Function<ApolloWSMessage,Object> factory)
Customize the query context object.
|
Copyright © 2021 Eclipse. All rights reserved.