Custom JobDelegator Support In Quarkus #44018
Replies: 2 comments 4 replies
-
Hi @mkouba please can you help with this |
Beta Was this translation helpful? Give feedback.
4 replies
-
This feature was added as part of #44064 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team ,
Do we have support for Using custom job delegate support for quarkus quartz extension like quartz (property name org.quartz.jobStore.driverDelegateClass)
Looking at the code https://github.com/quarkusio/quarkus/blob/main/extensions/quartz/deployment/src/main/java/io/quarkus/quartz/deployment/QuartzProcessor.java#L136
It seems that the classnames for Job Delegator are static
Please can someone advice if it's possible to add a custom class for job delegator in quarkus quartz?
Beta Was this translation helpful? Give feedback.
All reactions