Uses of Class
it.polimi.ingsw.server.event_sourcing.Aggregate
Packages that use Aggregate
Package
Description
-
Uses of Aggregate in it.polimi.ingsw.server.event_sourcing
Methods in it.polimi.ingsw.server.event_sourcing that return AggregateModifier and TypeMethodDescriptionAggregate.getCurrentState()Restore the aggregate and return the most updated version of the aggregate For doing so, it reconstructs the aggregate from the snapshot and applies the stack of eventsstatic AggregateAggregate.loadFromUuid(UUID uuid) Returns the updated aggregate based on the UUIDAggregate.rollback()Recreates the aggregate based on the last snapshot, deletes all the events vit aggregate version > snapshot version -
Uses of Aggregate in it.polimi.ingsw.server.model.game_logic
Subclasses of Aggregate in it.polimi.ingsw.server.model.game_logicMethods in it.polimi.ingsw.server.model.game_logic that return Aggregate -
Uses of Aggregate in it.polimi.ingsw.server.repository
Methods in it.polimi.ingsw.server.repository that return AggregateMethods in it.polimi.ingsw.server.repository with parameters of type Aggregate