Концептуальная модель предметной области FTRF#

@startuml

rectangle FTRF {
  interface "File Service" as fs
  interface "Notification Service" as ns
  interface "Internal Service" as is
}

rectangle s3 {
}

rectangle "АС" as as{
}

rectangle "FTRF другого участника интеграции" as ftrf_r {
}

as --> fs : запрос
fs -> s3: \n\nотправка/получение
ns -> as  
is <--> ftrf_r
 
@enduml