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)
java.lang.String type.
Group: commondefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder connectionTimeout(int connectionTimeout)
int type.
Default: 5000
Group: commondefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder connectionTimeout(String connectionTimeout)
int type.
Default: 5000
Group: commondefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder host(String host)
java.lang.String type.
Default: localhost
Group: commondefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder owner(String owner)
java.lang.String type.
Group: commondefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder port(int port)
int type.
Default: 8089
Group: commondefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder port(String port)
int type.
Default: 8089
Group: commondefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheme(String scheme)
java.lang.String type.
Default: https
Group: commondefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder count(int count)
int type.
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder count(String count)
int type.
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder earliestTime(String earliestTime)
java.lang.String type.
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder initEarliestTime(String initEarliestTime)
java.lang.String type.
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder latestTime(String latestTime)
java.lang.String type.
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder savedSearch(String savedSearch)
java.lang.String type.
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder search(String search)
java.lang.String type.
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder streaming(boolean streaming)
boolean type.
Default: false
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder streaming(String streaming)
boolean type.
Default: false
Group: consumerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
int type.
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
int type.
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
int type.
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
int type.
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
int type.
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
int type.
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder delay(long delay)
long type.
Default: 500
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder delay(String delay)
long type.
Default: 500
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder greedy(boolean greedy)
boolean type.
Default: false
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder greedy(String greedy)
boolean type.
Default: false
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder initialDelay(long initialDelay)
long type.
Default: 1000
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder initialDelay(String initialDelay)
long type.
Default: 1000
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder repeatCount(long repeatCount)
long type.
Default: 0
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder repeatCount(String repeatCount)
long type.
Default: 0
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheduler(Object scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder scheduler(String scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder schedulerProperties(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder schedulerProperties(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder startScheduler(boolean startScheduler)
boolean type.
Default: true
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder startScheduler(String startScheduler)
boolean type.
Default: true
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder timeUnit(String timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: securitydefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder sslProtocol(SplunkEndpointBuilderFactory.SSLSecurityProtocol sslProtocol)
com.splunk.SSLSecurityProtocol type.
Default: TLSv1.2
Group: securitydefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder sslProtocol(String sslProtocol)
com.splunk.SSLSecurityProtocol type.
Default: TLSv1.2
Group: securitydefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder username(String username)
java.lang.String type.
Group: securitydefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder useSunHttpsHandler(boolean useSunHttpsHandler)
boolean type.
Default: false
Group: securitydefault SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder useSunHttpsHandler(String useSunHttpsHandler)
boolean type.
Default: false
Group: securityApache Camel