public static interface GrapeComponentBuilderFactory.GrapeComponentBuilder extends ComponentBuilder<org.apache.camel.component.grape.GrapeComponent>
| Modifier and Type | Method and Description |
|---|---|
default GrapeComponentBuilderFactory.GrapeComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default GrapeComponentBuilderFactory.GrapeComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GrapeComponentBuilderFactory.GrapeComponentBuilder |
patchesRepository(org.apache.camel.component.grape.PatchesRepository patchesRepository)
Implementation of org.apache.camel.component.grape.PatchesRepository,
by default: FilePatchesRepository.
|
build, build, doSetProperty, registerdefault GrapeComponentBuilderFactory.GrapeComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault GrapeComponentBuilderFactory.GrapeComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault GrapeComponentBuilderFactory.GrapeComponentBuilder patchesRepository(org.apache.camel.component.grape.PatchesRepository patchesRepository)
patchesRepository - the value to setApache Camel