Interface ShutdownableTaskExecutor<T>

    • Method Detail

      • process

        void process​(@Nonnull
                     T task)
        Parameters:
        task - to be processed
        Throws:
        java.util.concurrent.RejectedExecutionException - at discretion of RejectedExecutionHandler, if the task cannot be accepted for execution
        java.lang.NullPointerException - if command is null