Uses of Class
io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
Packages that use GraphQLWSOptions
Package
Description
-
Uses of GraphQLWSOptions in io.vertx.ext.web.handler.graphql.ws
Methods in io.vertx.ext.web.handler.graphql.ws that return GraphQLWSOptionsModifier and TypeMethodDescriptionGraphQLWSOptions.setConnectionInitWaitTimeout(long connectionInitWaitTimeout) Set the maximum delay in milliseconds for the client to send theCONNECTION_INITmessage.Methods in io.vertx.ext.web.handler.graphql.ws with parameters of type GraphQLWSOptionsModifier and TypeMethodDescriptionstatic GraphQLWSHandlerGraphQLWSHandler.create(graphql.GraphQL graphQL, GraphQLWSOptions options) Create a newGraphQLWSHandlerthat will use the providedgraphQLobject to execute requests.GraphQLWSHandlerBuilder.with(GraphQLWSOptions options) Change theGraphQLWSOptionsto use.Constructors in io.vertx.ext.web.handler.graphql.ws with parameters of type GraphQLWSOptions -
Uses of GraphQLWSOptions in io.vertx.reactivex.ext.web.handler.graphql.ws
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type GraphQLWSOptionsModifier and TypeMethodDescriptionstatic GraphQLWSHandlerGraphQLWSHandler.create(graphql.GraphQL graphQL, GraphQLWSOptions options) Create a newGraphQLWSHandlerthat will use the providedgraphQLobject to execute requests.GraphQLWSHandlerBuilder.with(GraphQLWSOptions options) Change theGraphQLWSOptionsto use. -
Uses of GraphQLWSOptions in io.vertx.rxjava3.ext.web.handler.graphql.ws
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type GraphQLWSOptionsModifier and TypeMethodDescriptionstatic GraphQLWSHandlerGraphQLWSHandler.create(graphql.GraphQL graphQL, GraphQLWSOptions options) Create a newGraphQLWSHandlerthat will use the providedgraphQLobject to execute requests.GraphQLWSHandlerBuilder.with(GraphQLWSOptions options) Change theGraphQLWSOptionsto use.