public static interface SplunkComponentBuilderFactory.SplunkComponentBuilder extends ComponentBuilder<org.apache.camel.component.splunk.SplunkComponent>
| Modifier and Type | Method and Description |
|---|---|
default SplunkComponentBuilderFactory.SplunkComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advanceddefault SplunkComponentBuilderFactory.SplunkComponentBuilder splunkConfigurationFactory(org.apache.camel.component.splunk.SplunkConfigurationFactory splunkConfigurationFactory)
org.apache.camel.component.splunk.SplunkConfigurationFactory type.
Group: advancedApache Camel