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

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    void
     
  • Method Details

    • execute

      void execute(Runnable task)
    • isShutdown

      boolean isShutdown()
    • shutdown

      void shutdown()