Interface CronComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface CronComponentBuilderFactory
A generic interface for triggering events at times specified through the Unix cron syntax. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CronComponentBuilderFactory.CronComponentBuilder
Builder for the Cron component.static class
CronComponentBuilderFactory.CronComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static CronComponentBuilderFactory.CronComponentBuilder
cron()
Cron (camel-cron) A generic interface for triggering events at times specified through the Unix cron syntax.
-
-
-
Method Detail
-
cron
static CronComponentBuilderFactory.CronComponentBuilder cron()
Cron (camel-cron) A generic interface for triggering events at times specified through the Unix cron syntax. Category: scheduling Since: 3.1 Maven coordinates: org.apache.camel:camel-cron- Returns:
- the dsl builder
-
-