Uses of Class
it.polimi.ingsw.server.event_sourcing.exceptions.EventSourcingException
Packages that use EventSourcingException
-
Uses of EventSourcingException in it.polimi.ingsw.server.event_sourcing
Methods in it.polimi.ingsw.server.event_sourcing that throw EventSourcingExceptionModifier and TypeMethodDescriptionvoidApplies an event, given the Event to apply This method will call using reflection the appropriate handler that manage the eventAggregate.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 UUID -
Uses of EventSourcingException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw EventSourcingException