ApolloWSHandler |
ApolloWSHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)
Deprecated.
|
ApolloWSHandler |
ApolloWSHandler.connectionHandler(Handler<ServerWebSocket> connectionHandler)
Deprecated.
|
ApolloWSHandler |
ApolloWSHandler.connectionInitHandler(Handler<ApolloWSConnectionInitEvent> connectionInitHandler)
Deprecated.
|
static ApolloWSHandler |
ApolloWSHandler.create(graphql.GraphQL graphQL)
Deprecated.
|
static ApolloWSHandler |
ApolloWSHandler.create(graphql.GraphQL graphQL,
ApolloWSOptions options)
Deprecated.
|
ApolloWSHandler |
ApolloWSHandler.dataLoaderRegistry(java.util.function.Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)
Deprecated.
|
ApolloWSHandler |
ApolloWSHandler.endHandler(Handler<ServerWebSocket> endHandler)
Deprecated.
|
ApolloWSHandler |
ApolloWSHandler.locale(java.util.function.Function<ApolloWSMessage,Locale> factory)
Deprecated.
|
ApolloWSHandler |
ApolloWSHandler.messageHandler(Handler<ApolloWSMessage> messageHandler)
Deprecated.
|
static ApolloWSHandler |
ApolloWSHandler.newInstance(ApolloWSHandler arg) |
ApolloWSHandler |
ApolloWSHandler.queryContext(java.util.function.Function<ApolloWSMessage,Object> factory)
Deprecated.
|