Chapter 76. Timer
Generate messages in specified intervals using java.util.Timer.
76.1. What’s inside Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
-
Timer component, URI syntax:
timer:timerName
Please refer to the above link for usage and configuration details.
76.2. Maven coordinates Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
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-timer</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-timer</artifactId>
</dependency>