- Enclosing interface:
- ChronosBuilder
public static interface ChronosBuilder.JobStep
-
Method Summary
Modifier and TypeMethodDescriptionunique identifier for the tasktask to be executed
-
Method Details
-
id
unique identifier for the task- Parameters:
taskId- String- Returns:
- keep going to the next step
-
task
task to be executed- Parameters:
runnable- Runnable- Returns:
- keep going to the next step
-