spring-framework / org.springframework.scheduling.support / MethodInvokingRunnable / <init>

<init>

MethodInvokingRunnable()

Adapter that implements the Runnable interface as a configurable method invocation based on Spring's MethodInvoker.

Inherits common configuration properties from org.springframework.util.MethodInvoker.

Author
Juergen Hoeller

Since
1.2.4

See Also
java.util.concurrent.Executor#execute(Runnable)