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