Interface WorkDistributionStrategy
-
- All Known Implementing Classes:
BasicWorkDistributionStrategy
public interface WorkDistributionStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanOnboardNewWork()intgetWorkerCount()PageRequestgetWorkPageRequest()
-
-
-
Method Detail
-
getWorkerCount
int getWorkerCount()
-
canOnboardNewWork
boolean canOnboardNewWork()
-
getWorkPageRequest
PageRequest getWorkPageRequest()
-
-