public static interface WorkdayComponentBuilderFactory.WorkdayComponentBuilder extends ComponentBuilder<org.apache.camel.component.workday.WorkdayComponent>
| Modifier and Type | Method and Description |
|---|---|
default WorkdayComponentBuilderFactory.WorkdayComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default WorkdayComponentBuilderFactory.WorkdayComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault WorkdayComponentBuilderFactory.WorkdayComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault WorkdayComponentBuilderFactory.WorkdayComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advancedApache Camel