Interface BatchThreadPoolService

    • Method Detail

      • executeTask

        void executeTask​(Runnable work,
                         Object config)
        (Required) Runs the given task. A task is usually short lived
        Parameters:
        work - The task to execute
        config - Optional configuration to customize the execution. The Container always passes a null value. Typically used when other user plugins wish to use the ExecutorService to execute tasks.
      • shutdown

        void shutdown()