Class GraphQLHandlerBuilder
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- All Implemented Interfaces:
MutinyDelegate
A builder for
GraphQLHandler
instances.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGraphQLHandlerBuilder
(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder delegate) GraphQLHandlerBuilder
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbeforeExecute
(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler) build()
boolean
io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
int
hashCode()
static GraphQLHandlerBuilder
newInstance
(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder arg) toString()
with
(io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options)
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
GraphQLHandlerBuilder
public GraphQLHandlerBuilder(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder delegate) -
GraphQLHandlerBuilder
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
with
- Parameters:
options
-- Returns:
- a reference to this, so the API can be used fluently
-
beforeExecute
public GraphQLHandlerBuilder beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler) - Parameters:
beforeExecuteHandler
- the callback to invoke- Returns:
-
build
- Returns:
- a new instance of
GraphQLHandler
-
newInstance
public static GraphQLHandlerBuilder newInstance(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder arg)
-