Skip to content

Commit

Permalink
#314 Update component remote REST detail
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoraka committed Jun 17, 2018
1 parent 8416e33 commit 56d18e5
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ title Remote REST interface detail
interface "HTTP" as http
interface "message broker" as broker

package "MessageProcessor" {
[CompositeMessageProcessor]
[AvCheckMessageProcessor]
[FileMessageProcessor]
}

http -- [MainController]
http -- [CheckController]
Expand All @@ -26,4 +31,17 @@ http -- [FileController]

[AvNetworkComponent] -- broker

[AvNetworkComponent 2] -up- broker

[AvServer] -up- [AvNetworkComponent 2]
[AvServer] -- [CompositeMessageProcessor]

[CompositeMessageProcessor] - [AvCheckMessageProcessor]
[CompositeMessageProcessor] -left- [FileMessageProcessor]

[FileMessageProcessor] -- [FileService]
[AvCheckMessageProcessor] -- [AvService]

[AvService] -- [AvProgram]

@enduml

0 comments on commit 56d18e5

Please sign in to comment.