summaryrefslogtreecommitdiffstats
path: root/sparky/dynamic/routes/sparky-core-summaryByEntityTypeCount.route
blob: bf43bcc5f0367334c588874d29a421345ba8b491 (plain)
1
2
3
4
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
     <from uri="restlet:/search/summarybyentitytype/count?restletMethods=get,post" />
     <to  uri="bean:aggregateSummaryProcessor?method=getEntityTypeAggregationCount"/>
</route>