Uses of Package
org.apache.camel.support.task
Packages that use org.apache.camel.support.task
-
Classes in org.apache.camel.support.task used by org.apache.camel.support.taskClassDescriptionProvides common logic for task buildersA sleepless blocking task that runs in a Thread the background.A builder helper for building new background tasksDefines a task that blocks the code execution when ran.Runs a task in the foreground, executing for a given number of iteration and sleeping between each of them.A builder helper for building new foreground tasksA task defines a piece of code that may be executed - in the foreground or background - within a certain budget that is specific to the task type.Provides a common pattern for building tasks