Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instances of components #107

Closed
pyssling opened this issue Oct 7, 2018 · 1 comment
Closed

Instances of components #107

pyssling opened this issue Oct 7, 2018 · 1 comment

Comments

@pyssling
Copy link

pyssling commented Oct 7, 2018

I'm wondering if there is a good way to model components and actors of which there may be replicas or multiple instances?

For example, if I have an Actor who is using a chat program front-end to communicate with another Actor who is using another instance of the front-end, how would I model this exchange? Both front-ends are instances of the same component, and both talk to the same back-end?

This sort of thing is especially useful in dynamic views to show how users interact with each other through the system.

@simonbrowndotje
Copy link
Contributor

In the case of actors, I would probably recommend two separate people ... one for the message sender, and one for the message receiver. There's currently no way to show instances of elements in Structurizr I'm afraid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants