summaryrefslogtreecommitdiffstats
path: root/data-router/dynamic/routes/entity-event.route
blob: 4af294189ff7b4f2d350afe9df01875264af232c (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="http://mr.api.simpledemo.openecomp.org:3904"/>
  <to uri="bean:entityEventPolicy?method=process"/>
</route>