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)
lazyStartProducer - the value to setdefault WorkdayComponentBuilderFactory.WorkdayComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel