public class GraphQLHandlerBuilder extends Object
GraphQLHandler instances.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<GraphQLHandlerBuilder> |
__TYPE_ARG |
| Constructor and Description |
|---|
GraphQLHandlerBuilder(GraphQLHandlerBuilder delegate) |
GraphQLHandlerBuilder(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
GraphQLHandlerBuilder |
beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)
Set a callback to invoke before executing a GraphQL query.
|
GraphQLHandler |
build() |
boolean |
equals(Object o) |
GraphQLHandlerBuilder |
getDelegate() |
int |
hashCode() |
static GraphQLHandlerBuilder |
newInstance(GraphQLHandlerBuilder arg) |
String |
toString() |
GraphQLHandlerBuilder |
with(GraphQLHandlerOptions options)
Change the
GraphQLHandlerOptions to use. |
public static final io.vertx.lang.rx.TypeArg<GraphQLHandlerBuilder> __TYPE_ARG
public GraphQLHandlerBuilder(GraphQLHandlerBuilder delegate)
public GraphQLHandlerBuilder(Object delegate)
public GraphQLHandlerBuilder getDelegate()
public GraphQLHandlerBuilder with(GraphQLHandlerOptions options)
GraphQLHandlerOptions to use.options - public GraphQLHandlerBuilder beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)
beforeExecuteHandler - the callback to invokepublic GraphQLHandler build()
GraphQLHandlerpublic static GraphQLHandlerBuilder newInstance(GraphQLHandlerBuilder arg)
Copyright © 2024 Eclipse. All rights reserved.