modular monolith, context maps left in app-monolith
This commit is contained in:
@@ -21,7 +21,7 @@ public class Demand {
|
||||
return new Demand(level, schema);
|
||||
}
|
||||
|
||||
public static Demand nothingDemanded() {
|
||||
static Demand nothingDemanded() {
|
||||
return NONE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
package pl.com.bottega.factory.demand.forecasting;
|
||||
|
||||
public interface DemandEvents {
|
||||
void emit(DemandedLevelsChanged event);
|
||||
|
||||
void emit(ReviewRequested event);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user