Interface TaskWrapperAware

All Known Implementing Classes:
ControlledWorkerScheduler

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

    Modifier and Type
    Method
    Description
    void
    Set the TaskWrapper to the respective instance
  • Method Details

    • setTaskWrapper

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