diff options
author | 2021-02-25 10:24:02 +0000 | |
---|---|---|
committer | 2021-02-25 10:24:02 +0000 | |
commit | fb296aec55c23cfbfd36f7af931167cf6a56e450 (patch) | |
tree | 67ba04a972dd88a677b94f6c6aa515eb5a25d1d4 /kubernetes/aai/components/aai-data-router/resources/dynamic/routes | |
parent | afb8a76b5f691df1745bfd5bb36cff38b944d7f3 (diff) | |
parent | 25ece8628922ad082ae54df6d4bd17f758b2886e (diff) |
Merge "[AAI][SPARKY] Remove Retired Components"
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, 0 insertions, 4 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 deleted file mode 100644 index 14db6d6596..0000000000 --- a/kubernetes/aai/components/aai-data-router/resources/dynamic/routes/entity-event.route +++ /dev/null @@ -1,4 +0,0 @@ -<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 |