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