Interface ShutdownableTaskExecutor<T>

  • All Superinterfaces:
    Shutdownable

    public interface ShutdownableTaskExecutor<T>
    extends Shutdownable
    Specialization of TaskExecutor that can be shutdown. This is used by the
    • 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