Uses of Interface
org.apache.camel.builder.endpoint.dsl.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder
Packages that use QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder
-
Uses of QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilderModifier and TypeMethodDescriptionQuartzEndpointBuilderFactory.QuartzEndpointBuilder.advanced()QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.customCalendar(String customCalendar) Specifies a custom calendar to avoid specific range of date.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.customCalendar(org.quartz.Calendar customCalendar) Specifies a custom calendar to avoid specific range of date.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.ignoreExpiredNextFireTime(boolean ignoreExpiredNextFireTime) Whether to ignore quartz cannot schedule a trigger because the trigger will never fire in the future.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.ignoreExpiredNextFireTime(String ignoreExpiredNextFireTime) Whether to ignore quartz cannot schedule a trigger because the trigger will never fire in the future.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.jobParameters(String key, Object value) To configure additional options on the job.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.jobParameters(Map values) To configure additional options on the job.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.prefixJobNameWithEndpointId(boolean prefixJobNameWithEndpointId) Whether the job name should be prefixed with endpoint id.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.prefixJobNameWithEndpointId(String prefixJobNameWithEndpointId) Whether the job name should be prefixed with endpoint id.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.triggerParameters(String key, Object value) To configure additional options on the trigger.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.triggerParameters(Map values) To configure additional options on the trigger.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.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.