Registry / messaging / camel-quarkus-timer

camel-quarkus-timer

JSON →
library3.33.0javamavenunverified

Camel Quarkus extension for the Timer component, enabling periodic message generation.

<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-timer</artifactId> <version>3.33.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-QUARKUS-TIME
C
camel-quarkus-timer
messagingjavav3.33.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CamelQuarkusTimerComponent
org.apache.camel.quarkus.component.timer.CamelQuarkusTimerComponent

Minimal usage of Camel Quarkus Timer

import org.apache.camel.quarkus.component.timer.CamelQuarkusTimerComponent; public class Example { public static void main(String[] args) { CamelQuarkusTimerComponent timer = new CamelQuarkusTimerComponent(); System.out.println(timer.getClass().getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.33.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
32
OpenAI (training)
1
Resources
camel-quarkus-timer — mvn dependency:get camel-quarkus-timer · libregistry