Uses of Class
org.apache.camel.support.task.ForegroundTask.ForegroundTaskBuilder
-
Packages that use ForegroundTask.ForegroundTaskBuilder Package Description org.apache.camel.support.task -
-
Uses of ForegroundTask.ForegroundTaskBuilder in org.apache.camel.support.task
Methods in org.apache.camel.support.task that return ForegroundTask.ForegroundTaskBuilder Modifier and Type Method Description static ForegroundTask.ForegroundTaskBuilderTasks. foregroundTask()Creates a new foreground task builderForegroundTask.ForegroundTaskBuilderForegroundTask.ForegroundTaskBuilder. withBudget(IterationBudget budget)Sets an iteration budget for the task (i.e.: the task will not run more than the given number of iterations)ForegroundTask.ForegroundTaskBuilderForegroundTask.ForegroundTaskBuilder. withName(String name)Sets the name of the task
-