UML diagram for data feeds

445 views Asked by At

I want to document data feeds from an application. I'm thinking about a simple sequence diagram with two system boxes on top and an arrow representing each outgoing data feed

What is the best UML diagram for this?

1

There are 1 answers

0
vainolo On

You can use both a sequence diagram and a collaboration diagram. In the collaboration diagram you can show the simple interaction between the components (which messages are sent between them). If you want go into more detail on the ordering of the messages and time constraints you can use a sequence diagram