Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML
titleSample Sequences
hide footerfootbox
participant Deployment\nFactory\n(df) as df
participant Deployment\nContext\n(dc) as dc
participant Provider\nDeployment\nContributor\n(pdc) as pdc
participant Service\nDeployment\nContributor\n(sdc) as sdc
create dc
df -> dc: new
df -> sdc: contributeService(dc)
sdc -> dc: contributeChain()
dc -> pdc: contributeFilter()