Uses of Class
io.fluxcapacitor.javaclient.modeling.ModifiableAggregateRoot
Packages that use ModifiableAggregateRoot
Package
Description
-
Uses of ModifiableAggregateRoot in io.fluxcapacitor.javaclient.modeling
Methods in io.fluxcapacitor.javaclient.modeling that return ModifiableAggregateRootModifier and TypeMethodDescriptionstatic <T> ModifiableAggregateRoot<T>ModifiableAggregateRoot.load(String aggregateId, Supplier<ImmutableAggregateRoot<T>> loader, boolean commitInBatch, Serializer serializer, DispatchInterceptor dispatchInterceptor, ModifiableAggregateRoot.CommitHandler commitHandler) ModifiableAggregateRoot.update(UnaryOperator<T> function) Methods in io.fluxcapacitor.javaclient.modeling that return types with arguments of type ModifiableAggregateRootModifier and TypeMethodDescriptionstatic <T> Optional<ModifiableAggregateRoot<T>>ModifiableAggregateRoot.getIfActive(String aggregateId) -
Uses of ModifiableAggregateRoot in io.fluxcapacitor.javaclient.persisting.repository
Methods in io.fluxcapacitor.javaclient.persisting.repository that return ModifiableAggregateRootMethods in io.fluxcapacitor.javaclient.persisting.repository that return types with arguments of type ModifiableAggregateRootModifier and TypeMethodDescriptionprotected Optional<ModifiableAggregateRoot<Object>>DefaultAggregateRepository.getIfCached(String aggregateId)