类 MethodInvokingRunnable

java.lang.Object
cn.taketoday.util.ReflectiveMethodInvoker
cn.taketoday.beans.support.ArgumentConvertingMethodInvoker
cn.taketoday.scheduling.support.MethodInvokingRunnable
所有已实现的接口:
Aware, BeanClassLoaderAware, InitializingBean, Runnable

public class MethodInvokingRunnable extends ArgumentConvertingMethodInvoker implements Runnable, BeanClassLoaderAware, InitializingBean
Adapter that implements the Runnable interface as a configurable method invocation based on Framework's MethodInvoker.

Inherits common configuration properties from ReflectiveMethodInvoker.

从以下版本开始:
4.0 2022/2/18 11:18
作者:
Juergen Hoeller, Harry Yang
另请参阅: