Interface SchedulerContext
public interface SchedulerContext
-
Method Summary
Modifier and TypeMethodDescriptiondefault ScheduledInvokercreateInvoker(String invokerClassName) booleancom.cronutils.model.CronTypegetScheduledMethods(String implementation) booleanmatchesImplementation(io.quarkus.scheduler.Scheduled scheduled, String implementation)
-
Method Details
-
getCronType
com.cronutils.model.CronType getCronType() -
getScheduledMethods
List<ScheduledMethod> getScheduledMethods() -
forceSchedulerStart
boolean forceSchedulerStart() -
getScheduledMethods
-
matchesImplementation
-
autoImplementation
String autoImplementation() -
createInvoker
-