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)
bridgeErrorHandler - the value to setdefault SplunkComponentBuilderFactory.SplunkComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SplunkComponentBuilderFactory.SplunkComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault SplunkComponentBuilderFactory.SplunkComponentBuilder splunkConfigurationFactory(org.apache.camel.component.splunk.SplunkConfigurationFactory splunkConfigurationFactory)
splunkConfigurationFactory - the value to setApache Camel