default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.advanced() |
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.customCalendar(Object customCalendar) |
Specifies a custom calendar to avoid specific range of date.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.customCalendar(String customCalendar) |
Specifies a custom calendar to avoid specific range of date.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.jobParameters(String key,
Object value) |
To configure additional options on the job.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.jobParameters(Map values) |
To configure additional options on the job.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.prefixJobNameWithEndpointId(boolean prefixJobNameWithEndpointId) |
Whether the job name should be prefixed with endpoint id.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.prefixJobNameWithEndpointId(String prefixJobNameWithEndpointId) |
Whether the job name should be prefixed with endpoint id.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.triggerParameters(String key,
Object value) |
To configure additional options on the trigger.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.triggerParameters(Map values) |
To configure additional options on the trigger.
|
default QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder |
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 |
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.
|