modular monolith, context maps left in app-monolith

This commit is contained in:
Michał Michaluk
2017-12-16 19:49:41 +01:00
parent 84b3f63c00
commit a3682be9b8
82 changed files with 698 additions and 344 deletions

View File

@@ -21,7 +21,7 @@ public class Demand {
return new Demand(level, schema);
}
public static Demand nothingDemanded() {
static Demand nothingDemanded() {
return NONE;
}

View File

@@ -1,8 +0,0 @@
package pl.com.bottega.factory.demand.forecasting;
public interface DemandEvents {
void emit(DemandedLevelsChanged event);
void emit(ReviewRequested event);
}