Interface MutableAggregateChange<T>

All Superinterfaces:
AggregateChange<T>
All Known Subinterfaces:
AggregateChangeWithRoot<T>

public interface MutableAggregateChange<T> extends AggregateChange<T>
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
Since:
2.0
Author:
Jens Schauder, Mark Paluch, Chirag Tailor