...
a path along a specific call tree. If
Service A has a method foo() which it self either
calls B.bar() or C.boo(), dependent on some
inner constraints, there are two possible use
cases in A.foo -> A.foo().B.bar() and A.foo
().C.boo().
Monitoring
...
Journey
A collection of subsequently executed calls, each of them recorded as a use-case (among all monitoring stations).
...