Interface AcquireJobsCommandFactory
-
- All Known Implementing Classes:
DefaultAcquireJobsCommandFactory
public interface AcquireJobsCommandFactory- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Command<AcquiredJobs>getCommand(int numJobsToAcquire)
-
-
-
Method Detail
-
getCommand
Command<AcquiredJobs> getCommand(int numJobsToAcquire)
-
-