Uses of Interface
io.fluxzero.sdk.modeling.AggregateRoot
Packages that use AggregateRoot
-
Uses of AggregateRoot in io.fluxzero.sdk.modeling
Classes in io.fluxzero.sdk.modeling that implement AggregateRootModifier and TypeClassDescriptionclassImmutable representation of anAggregateRoot, extendingImmutableEntitywith additional metadata for event sourcing.classA lazily-loaded implementation ofAggregateRootthat defers deserialization and event application until the entity value is explicitly accessed.classA mutable, statefulAggregateRootimplementation that allows in-place updates and applies events with commit support for persisting the state and synchronizing it with the Fluxzero Runtime.