Class GraphQLHandlerBuilder
java.lang.Object
io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
A builder for
GraphQLHandler instances.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGraphQLHandlerBuilder(GraphQLHandlerBuilder delegate) GraphQLHandlerBuilder(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbeforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler) Set a callback to invoke before executing a GraphQL query.build()booleaninthashCode()static GraphQLHandlerBuildertoString()with(GraphQLHandlerOptions options) Change theGraphQLHandlerOptionsto use.
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
GraphQLHandlerBuilder
-
GraphQLHandlerBuilder
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
with
Change theGraphQLHandlerOptionsto use.- Parameters:
options-- Returns:
- a reference to this, so the API can be used fluently
-
beforeExecute
public GraphQLHandlerBuilder beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler) Set a callback to invoke before executing a GraphQL query.- Parameters:
beforeExecuteHandler- the callback to invoke- Returns:
- a reference to this, so the API can be used fluently
-
build
- Returns:
- a new instance of
GraphQLHandler
-
newInstance
-