Uses of Package
org.apache.camel.support.task
Packages that use org.apache.camel.support.task
Package
Description
Base classes that help to implement the camel API and are expected to be extended by the user
-
Classes in org.apache.camel.support.task used by org.apache.camel.supportClassDescriptionA registry for current tasks (foreground and background) that has been submitted for running.
-
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 in the background (using a scheduled thread pool).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 tasksA registry for current tasks (foreground and background) that has been submitted for running.Special exception to signal that a task run failed, but the task should continue on next attempt, to allow providing information to the user what went wrong on the last run.