Class MutableScheduledMethod
java.lang.Object
io.quarkus.scheduler.common.runtime.MutableScheduledMethod
- All Implemented Interfaces:
ScheduledMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<io.quarkus.scheduler.Scheduled> voidsetDeclaringClassName(String declaringClassName) voidsetInvokerClassName(String invokerClassName) voidsetMethodName(String methodName) voidsetSchedules(List<io.quarkus.scheduler.Scheduled> schedules) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.scheduler.common.runtime.ScheduledMethod
getMethodDescription
-
Constructor Details
-
MutableScheduledMethod
public MutableScheduledMethod()
-
-
Method Details
-
getInvokerClassName
- Specified by:
getInvokerClassNamein interfaceScheduledMethod
-
setInvokerClassName
-
getDeclaringClassName
- Specified by:
getDeclaringClassNamein interfaceScheduledMethod
-
setDeclaringClassName
-
getMethodName
- Specified by:
getMethodNamein interfaceScheduledMethod
-
setMethodName
-
getSchedules
- Specified by:
getSchedulesin interfaceScheduledMethod
-
setSchedules
-