Interface TaskWrapperAware

  • All Known Implementing Classes:
    ControlledWorkerScheduler

    public interface TaskWrapperAware
    Classes implementing this interface can accept a custom TaskWrapper.
    Author:
    Andreas Schwarte
    • Method Detail

      • setTaskWrapper

        void setTaskWrapper​(TaskWrapper taskWrapper)
        Set the TaskWrapper to the respective instance
        Parameters:
        taskWrapper -