Interface TaskWrapperAware
-
- All Known Implementing Classes:
ControlledWorkerScheduler
public interface TaskWrapperAware
Classes implementing this interface can accept a customTaskWrapper
.- Author:
- Andreas Schwarte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTaskWrapper(TaskWrapper taskWrapper)
Set theTaskWrapper
to the respective instance
-
-
-
Method Detail
-
setTaskWrapper
void setTaskWrapper(TaskWrapper taskWrapper)
Set theTaskWrapper
to the respective instance- Parameters:
taskWrapper
-
-
-