open class ScheduledMethodRunnable : Runnable
Variant of MethodInvokingRunnable meant to be used for processing of no-arg scheduled methods. Propagates user exceptions to the caller, assuming that an error strategy for Runnables is in place.
Author
Juergen Hoeller
Since
3.0.6
See Also
org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
ScheduledMethodRunnable(target: Any, method: Method)ScheduledMethodRunnable(target: Any, methodName: String) |
open fun getMethod(): Method |
|
open fun getTarget(): Any |
|
open fun run(): Unit |
|
open fun toString(): String |