public static interface GraphqlComponentBuilderFactory.GraphqlComponentBuilder extends ComponentBuilder<org.apache.camel.component.graphql.GraphqlComponent>
| Modifier and Type | Method and Description |
|---|---|
default GraphqlComponentBuilderFactory.GraphqlComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default GraphqlComponentBuilderFactory.GraphqlComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault GraphqlComponentBuilderFactory.GraphqlComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault GraphqlComponentBuilderFactory.GraphqlComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel