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 TypeMethodDescriptionprotected ModifiableAggregateRoot<T>ModifiableAggregateRoot.assertAndApply(Object payloadOrMessage) <E extends Exception>
ModifiableAggregateRoot<T>ModifiableAggregateRoot.assertLegal(Object command) static <T> ModifiableAggregateRoot<T>ModifiableAggregateRoot.load(Object aggregateId, Supplier<ImmutableEntity<T>> loader, boolean commitInBatch, EventPublication eventPublication, 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(Object aggregateId) Constructors in io.fluxcapacitor.javaclient.modeling with parameters of type ModifiableAggregateRootModifierConstructorDescriptionModifiableEntity(Entity<T> delegate, ModifiableAggregateRoot<?> root) -
Uses of ModifiableAggregateRoot in io.fluxcapacitor.javaclient.persisting.repository
Methods in io.fluxcapacitor.javaclient.persisting.repository that return ModifiableAggregateRootModifier and TypeMethodDescription