Uses of Interface
org.fuin.cqrs4j.AggregateCommand
-
Uses of AggregateCommand in org.fuin.cqrs4j
Classes in org.fuin.cqrs4j that implement AggregateCommandModifier and TypeClassDescriptionclassAbstractAggregateCommand<ROOT_ID extends org.fuin.ddd4j.ddd.AggregateRootId,ENTITY_ID extends org.fuin.ddd4j.ddd.EntityId> Base class for all commands that are directed to an existing aggregate.Methods in org.fuin.cqrs4j with parameters of type AggregateCommandModifier and TypeMethodDescriptionstatic <ID extends org.fuin.ddd4j.ddd.EntityId>
Result<?>Cqrs4JUtils.verifyParamEntityIdPathEqualsCmdEntityIdPath(@NotNull AggregateCommand<?, ?> cmd, @NotNull ID... entityIds) Verifies that an aggregate identifier from a parameter is equal to the aggregate identifier from the command.