java.lang.Object
dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.StatefulAggregateInMemoryProjector
All Implemented Interfaces:
InMemoryProjector

public class StatefulAggregateInMemoryProjector extends Object implements InMemoryProjector
Aggregate specific InMemoryProjector
Note: An in memory projection is never associated with a UnitOfWork and any changes to the aggregate won't automatically be persisted. Use the StatefulAggregateRepository for transactional usage.