public static interface SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SplunkEndpointBuilderFactory.AdvancedSplunkEndpointConsumerBuilder |
advanced() |
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
app(String app)
Splunk app.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
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 SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
bridgeErrorHandler(String 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 SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
connectionTimeout(int connectionTimeout)
Timeout in MS when connecting to Splunk server.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
connectionTimeout(String connectionTimeout)
Timeout in MS when connecting to Splunk server.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
count(int count)
A number that indicates the maximum number of entities to return.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
count(String count)
A number that indicates the maximum number of entities to return.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
earliestTime(String earliestTime)
Earliest time of the search time window.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
host(String host)
Splunk host.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
initEarliestTime(String initEarliestTime)
Initial start offset of the first search.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
latestTime(String latestTime)
Latest time of the search time window.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
owner(String owner)
Splunk owner.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
password(String password)
Password for Splunk.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
port(int port)
Splunk port.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
port(String port)
Splunk port.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
savedSearch(String savedSearch)
The name of the query saved in Splunk to run.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
scheme(String scheme)
Splunk scheme.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
search(String search)
The Splunk query to run.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
sslProtocol(SplunkEndpointBuilderFactory.SSLSecurityProtocol sslProtocol)
Set the ssl protocol to use.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
sslProtocol(String sslProtocol)
Set the ssl protocol to use.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
streaming(boolean streaming)
Sets streaming mode.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
streaming(String streaming)
Sets streaming mode.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
username(String username)
Username for Splunk.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
useSunHttpsHandler(boolean useSunHttpsHandler)
Use sun.net.www.protocol.https.Handler Https handler to establish the
Splunk Connection.
|
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder |
useSunHttpsHandler(String useSunHttpsHandler)
Use sun.net.www.protocol.https.Handler Https handler to establish the
Splunk Connection.
|
default SplunkEndpointBuilderFactory.AdvancedSplunkEndpointConsumerBuilder advanced()
default SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder app(String app)
app - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder connectionTimeout(int connectionTimeout)
connectionTimeout - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder connectionTimeout(String connectionTimeout)
connectionTimeout - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder host(String host)
host - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder owner(String owner)
owner - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder port(int port)
port - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder port(String port)
port - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheme(String scheme)
scheme - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder count(int count)
count - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder count(String count)
count - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder earliestTime(String earliestTime)
earliestTime - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder initEarliestTime(String initEarliestTime)
initEarliestTime - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder latestTime(String latestTime)
latestTime - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder savedSearch(String savedSearch)
savedSearch - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder search(String search)
search - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder streaming(boolean streaming)
streaming - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder streaming(String streaming)
streaming - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder password(String password)
password - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder sslProtocol(SplunkEndpointBuilderFactory.SSLSecurityProtocol sslProtocol)
sslProtocol - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder sslProtocol(String sslProtocol)
sslProtocol - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder username(String username)
username - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder useSunHttpsHandler(boolean useSunHttpsHandler)
useSunHttpsHandler - the value to setdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder useSunHttpsHandler(String useSunHttpsHandler)
useSunHttpsHandler - the value to setApache Camel