summaryrefslogtreecommitdiffstats
path: root/data-router/dynamic/routes/entity-event.route
blob: 7d2de39b277a4fb8a0f53540706076c1d854396a (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>