public static interface QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
basic() |
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
customCalendar(Object customCalendar)
Specifies a custom calendar to avoid specific range of date.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
customCalendar(String customCalendar)
Specifies a custom calendar to avoid specific range of date.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
ignoreExpiredNextFireTime(boolean ignoreExpiredNextFireTime)
Whether to ignore quartz cannot schedule a trigger because the
trigger will never fire in the future.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
ignoreExpiredNextFireTime(String ignoreExpiredNextFireTime)
Whether to ignore quartz cannot schedule a trigger because the
trigger will never fire in the future.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
jobParameters(Map values)
To configure additional options on the job.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
jobParameters(String key,
Object value)
To configure additional options on the job.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
prefixJobNameWithEndpointId(boolean prefixJobNameWithEndpointId)
Whether the job name should be prefixed with endpoint id.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
prefixJobNameWithEndpointId(String prefixJobNameWithEndpointId)
Whether the job name should be prefixed with endpoint id.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
triggerParameters(Map values)
To configure additional options on the trigger.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
triggerParameters(String key,
Object value)
To configure additional options on the trigger.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
usingFixedCamelContextName(boolean usingFixedCamelContextName)
If it is true, JobDataMap uses the CamelContext name directly to
reference the CamelContext, if it is false, JobDataMap uses use the
CamelContext management name which could be changed during the deploy
time.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
usingFixedCamelContextName(String usingFixedCamelContextName)
If it is true, JobDataMap uses the CamelContext name directly to
reference the CamelContext, if it is false, JobDataMap uses use the
CamelContext management name which could be changed during the deploy
time.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder basic()
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder customCalendar(Object customCalendar)
customCalendar - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder customCalendar(String customCalendar)
customCalendar - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder ignoreExpiredNextFireTime(boolean ignoreExpiredNextFireTime)
ignoreExpiredNextFireTime - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder ignoreExpiredNextFireTime(String ignoreExpiredNextFireTime)
ignoreExpiredNextFireTime - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder jobParameters(String key, Object value)
key - the option keyvalue - the option valuedefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder jobParameters(Map values)
values - the valuesdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder prefixJobNameWithEndpointId(boolean prefixJobNameWithEndpointId)
prefixJobNameWithEndpointId - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder prefixJobNameWithEndpointId(String prefixJobNameWithEndpointId)
prefixJobNameWithEndpointId - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder triggerParameters(String key, Object value)
key - the option keyvalue - the option valuedefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder triggerParameters(Map values)
values - the valuesdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder usingFixedCamelContextName(boolean usingFixedCamelContextName)
usingFixedCamelContextName - the value to setdefault QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder usingFixedCamelContextName(String usingFixedCamelContextName)
usingFixedCamelContextName - the value to setApache Camel