-
Notifications
You must be signed in to change notification settings - Fork 0
CDN
jrichardsz edited this page Apr 6, 2024
·
1 revision
@startuml left to right direction
rectangle source1 as "HR Sytem"
rectangle source2 as "CRM Sytem"
rectangle source3 as "ecommerce\nSytem"
rectangle eventhos
artifact target_1 as "account-api"
artifact target_2 as "notification\nservice"
artifact target_3 as "delivery\nsystem"
source1 --> eventhos : new employee
source2 --> eventhos : new customer
source3 --> eventhos : new order
eventhos --> target_1
eventhos --> target_2
eventhos --> target_3
@enduml