Este contenido no está disponible en el idioma seleccionado.
Chapter 19. Cron
A generic interface for triggering events at times specified through the Unix cron syntax.
19.1. What’s inside Copiar enlaceEnlace copiado en el portapapeles!
-
Cron component, URI syntax:
cron:name
Please refer to the above link for usage and configuration details.
19.2. Maven coordinates Copiar enlaceEnlace copiado en el portapapeles!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-cron</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cron</artifactId>
</dependency>
19.3. Additional Camel Quarkus configuration Copiar enlaceEnlace copiado en el portapapeles!
The cron component is a generic interface component, as such Camel Quarkus users will need to use the cron extension together with another extension offering an implementation.