Uses of Interface
org.apache.camel.builder.component.dsl.CronComponentBuilderFactory.CronComponentBuilder
-
Packages that use CronComponentBuilderFactory.CronComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of CronComponentBuilderFactory.CronComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return CronComponentBuilderFactory.CronComponentBuilder Modifier and Type Method Description static CronComponentBuilderFactory.CronComponentBuilder
ComponentsBuilderFactory. cron()
Cron (camel-cron) A generic interface for triggering events at times specified through the Unix cron syntax. -
Uses of CronComponentBuilderFactory.CronComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement CronComponentBuilderFactory.CronComponentBuilder Modifier and Type Class Description static class
CronComponentBuilderFactory.CronComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return CronComponentBuilderFactory.CronComponentBuilder Modifier and Type Method Description default CronComponentBuilderFactory.CronComponentBuilder
CronComponentBuilderFactory.CronComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default CronComponentBuilderFactory.CronComponentBuilder
CronComponentBuilderFactory.CronComponentBuilder. 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.static CronComponentBuilderFactory.CronComponentBuilder
CronComponentBuilderFactory. cron()
Cron (camel-cron) A generic interface for triggering events at times specified through the Unix cron syntax.default CronComponentBuilderFactory.CronComponentBuilder
CronComponentBuilderFactory.CronComponentBuilder. cronService(String cronService)
The id of the CamelCronService to use when multiple implementations are provided.
-