blob: 2505d7864d4e8ca0d3717903188218d863ed3170 (
plain)
1
2
3
4
|
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
<from uri="restlet:/visualization/entityCountHistory?restletMethods=get,post" />
<to uri="bean:entityCountHistoryProcessor?method=process" />
</route>
|