public static interface SplunkComponentBuilderFactory.SplunkComponentBuilder extends ComponentBuilder<org.apache.camel.component.splunk.SplunkComponent>
| Modifier and Type | Method and Description |
|---|---|
default SplunkComponentBuilderFactory.SplunkComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default SplunkComponentBuilderFactory.SplunkComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SplunkComponentBuilderFactory.SplunkComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SplunkComponentBuilderFactory.SplunkComponentBuilder |
splunkConfigurationFactory(org.apache.camel.component.splunk.SplunkConfigurationFactory splunkConfigurationFactory)
To use the SplunkConfigurationFactory.
|
build, build, doSetProperty, registerdefault SplunkComponentBuilderFactory.SplunkComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SplunkComponentBuilderFactory.SplunkComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SplunkComponentBuilderFactory.SplunkComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault SplunkComponentBuilderFactory.SplunkComponentBuilder splunkConfigurationFactory(org.apache.camel.component.splunk.SplunkConfigurationFactory splunkConfigurationFactory)
org.apache.camel.component.splunk.SplunkConfigurationFactory type.
Group: advancedApache Camel