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