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

EventStorming Meta Model 설계 #15

Open
acmexii opened this issue Oct 16, 2019 · 1 comment
Open

EventStorming Meta Model 설계 #15

acmexii opened this issue Oct 16, 2019 · 1 comment

Comments

@acmexii
Copy link
Collaborator

acmexii commented Oct 16, 2019

EventStorming Meta Model 설계

@jinyoung
Copy link
Member

image

  • JSON 예시
              {
                _type: "org.uengine.msa.BoundedContext",
                name: "Order",
                elementView: {x:100, y:100},
                inboundPorts: [
                  {_type: "org.uengine.msa.ports.Command", name: "Place an order"},
                  {_type: "org.uengine.msa.ports.Command", name: "Cancel an order"},
                ],
                outboundPorts: [
                  {_type: "org.uengine.msa.ports.Event", name: "OrderPlaced"},
                  {_type: "org.uengine.msa.ports.Event", name: "OrderChanged"},
                  {_type: "org.uengine.msa.ports.Event", name: "OrderCancelled"},
                ]
              },

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