diff options
Diffstat (limited to 'kubernetes/aai/components/aai-data-router/resources/dynamic/routes')
-rw-r--r-- | kubernetes/aai/components/aai-data-router/resources/dynamic/routes/entity-event.route | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-data-router/resources/dynamic/routes/entity-event.route b/kubernetes/aai/components/aai-data-router/resources/dynamic/routes/entity-event.route new file mode 100644 index 0000000000..14db6d6596 --- /dev/null +++ b/kubernetes/aai/components/aai-data-router/resources/dynamic/routes/entity-event.route @@ -0,0 +1,4 @@ +<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&consumer=#consumerBeanEntityEvent" />
+ <to uri="bean:entityEventPolicy?method=process"/>
+</route>
\ No newline at end of file |