summaryrefslogtreecommitdiffstats
path: root/data-router/dynamic/routes/entity-event.route
blob: 7ecff79021fd0e816868d234f26c19a670796790 (plain)
1
2
3
4
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
  <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&amp;groupName=datarouter&amp;groupId=datarouter&amp;url=<TO_REPLACE>" />
  <to uri="bean:entityEventPolicy?method=process"/>
</route>