Uses of Interface
io.fluxcapacitor.javaclient.modeling.AggregateRoot
Packages that use AggregateRoot
-
Uses of AggregateRoot in io.fluxcapacitor.javaclient.modeling
Classes in io.fluxcapacitor.javaclient.modeling that implement AggregateRootModifier and TypeClassDescriptionclass
Immutable representation of anAggregateRoot
, extendingImmutableEntity
with additional metadata for event sourcing.class
A lazily-loaded implementation ofAggregateRoot
that defers deserialization and event application until the entity value is explicitly accessed.class
A mutable, statefulAggregateRoot
implementation that allows in-place updates and applies events with commit support for persisting the state and synchronizing it with the Flux platform.