|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.model.ProcessorType
org.apache.camel.model.ExpressionNode
org.apache.camel.model.AggregatorType
public class AggregatorType
Field Summary |
---|
Fields inherited from class org.apache.camel.model.ProcessorType |
---|
DEFAULT_TRACE_CATEGORY |
Constructor Summary | |
---|---|
AggregatorType()
|
|
AggregatorType(Expression correlationExpression)
|
|
AggregatorType(Expression correlationExpression,
AggregationStrategy aggregationStrategy)
|
|
AggregatorType(ExpressionType correlationExpression)
|
Method Summary | |
---|---|
void |
addRoutes(RouteContext routeContext,
Collection<Route> routes)
|
AggregationStrategy |
getAggregationStrategy()
|
void |
setAggregationStrategy(AggregationStrategy aggregationStrategy)
|
String |
toString()
|
Methods inherited from class org.apache.camel.model.ExpressionNode |
---|
configureChild, createFilterProcessor, getExpression, getInterceptors, getOutputs, setExpression, setInterceptors, setOutputs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AggregatorType()
public AggregatorType(Expression correlationExpression)
public AggregatorType(ExpressionType correlationExpression)
public AggregatorType(Expression correlationExpression, AggregationStrategy aggregationStrategy)
Method Detail |
---|
public String toString()
toString
in class Object
public void addRoutes(RouteContext routeContext, Collection<Route> routes) throws Exception
addRoutes
in class ProcessorType
Exception
public AggregationStrategy getAggregationStrategy()
public void setAggregationStrategy(AggregationStrategy aggregationStrategy)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |