Package io.zeebe.client.api.command
Interface ActivateJobsCommandStep1.ActivateJobsCommandStep2
-
- All Known Implementing Classes:
ActivateJobsCommandImpl
- Enclosing interface:
- ActivateJobsCommandStep1
public static interface ActivateJobsCommandStep1.ActivateJobsCommandStep2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivateJobsCommandStep1.ActivateJobsCommandStep3
maxJobsToActivate(int maxJobsToActivate)
Set the maximum of jobs to activate.
-
-
-
Method Detail
-
maxJobsToActivate
ActivateJobsCommandStep1.ActivateJobsCommandStep3 maxJobsToActivate(int maxJobsToActivate)
Set the maximum of jobs to activate. If less jobs are available for activation the command will return a list with fewer jobs.- Parameters:
maxJobsToActivate
- the maximal number of jobs to activate- Returns:
- the builder for this command
-
-