Interface ExecutorProvider
- All Known Implementing Classes:
StrutsExecutorProvider
public interface ExecutorProvider
Interface mimics
ExecutorService
to be used with
ExecuteAndWaitInterceptor
to execute BackgroundProcess
- Since:
- 6.1.0
-
Method Summary
-
Method Details
-
execute
-
isShutdown
boolean isShutdown() -
shutdown
void shutdown()
-