summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route
blob: 46c3890c99f5afd3e8f4a45e327d44f5b69a7e6d (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>