JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.camel.support.task
Interface TaskBuilder<T extends
Task
>
Type Parameters:
T
- the task type to build
All Known Implementing Classes:
AbstractTaskBuilder
,
BackgroundTask.BackgroundTaskBuilder
,
ForegroundTask.ForegroundTaskBuilder
public interface
TaskBuilder<T extends
Task
>
Provides a common pattern for building tasks
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
build
()
Builds the task of the given type for the builder
Method Detail
build
T
build()
Builds the task of the given type for the builder
Returns:
a new instance of the task
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Apache Camel