Saga pattern (#1062)

* init repo for role object

* add to init

*  add to init

*  add first impl

*  add pattern

*  add license

*  add changes

*  add saga init dsc

* add init saga dsc

*  add changes to dsc

*  add

*  add orchestrator

*  add ch

* separate pkgs

*  add info

*  add choreogr

*  rem space

*  change according to cgeckstyle

*  add changes according to google style
This commit is contained in:
Boris
2019-11-14 06:03:50 +00:00
committed by Ilkka Seppälä
parent 50467c9e76
commit cc571f4149
29 changed files with 1859 additions and 1 deletions

View File

@@ -43,6 +43,6 @@ public class InvestorRole extends CustomerRole {
}
public String invest() {
return String.format("Investor %s has invested %d dollars", name, amountToInvest);
return String.format("Investor %s has invested %d dollars", name, amountToInvest);
}
}