47484950515253
return; this.status = status; //Sample Case: give 10% rebate for all draft orders - communication via events with different Bounded Context to achieve decoupling eventPublisher.publish(new CustomerStatusChangedEvent(getAggregateId(), status)); }