aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/resources/config/data-router/dynamic/routes/entity-event.route
blob: 81e1cf98773b26fec6cd87837ccabc83c3cd40ba (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://dmaap.onap-message-router:3904"/>
  <to uri="bean:entityEventPolicy?method=process"/>
</route>