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.budget
Interface BudgetBuilder<T extends
Budget
>
Type Parameters:
T
-
All Known Implementing Classes:
IterationBoundedBudgetBuilder
,
IterationTimeBoundedBudgetBuilder
public interface
BudgetBuilder<T extends
Budget
>
An interface for budget builders
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
build
()
Build the budget
Method Detail
build
T
build()
Build the budget
Returns:
the budget that was built
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