public
interfaceAsyncTaskExecutor
extends
TaskExecutor
Overview
Inheritance
Members
Usage
Source
Books
Since2.0.3
VersionNot specified.
Author(s)Juergen Hoeller
Extended interface for asynchronous TaskExecutor implementations,
offering an overloaded execute(Runnable, long) variant with
start timeout parameter.
Implementing this interface also indicates that the execute(Runnable)
method will not execute its Runnable in the caller's thread but rather
asynchronously in some other thread (at least usually).
Implementing this interface also indicates that the execute(Runnable) method will not execute its Runnable in the caller's thread but rather asynchronously in some other thread (at least usually).