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