Class CamelCronConfiguration
- java.lang.Object
-
- org.apache.camel.component.cron.api.CamelCronConfiguration
-
@UriParams public class CamelCronConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description CamelCronConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetSchedule()voidsetName(String name)The name of the cron triggervoidsetSchedule(String schedule)A cron expression that will be used to generate eventsStringtoString()
-