return camelContext.getTypeConverter().convertTo(boolean.class,exchange,exchange.getProperty(key)); | return exchange.getProperty(Exchange.AGGREGATION_COMPLETE_CURRENT_GROUP,false,boolean.class); | camelContext.getTypeConverter().convertTo(boolean.class,exchange,exchange.getProperty(key)) | exchange.getProperty(Exchange.AGGREGATION_COMPLETE_CURRENT_GROUP,false,boolean.class) | camel | 5b84d3597dc58d83d470a86785e8b0bd23e97085 | org.apache.camel.processor.aggregate.AggregateProcessor | | _1 | getBooleanProperty |
---|
_2 | isCompleteCurrentGroup |
---|
| v0 | boolean.class |
---|
v1 | exchange |
---|
| | v0 | boolean.class |
---|
v1 | exchange |
---|
| Returns | False |