Uses of Class
org.fuin.cqrs4j.AbstractCommand
-
Uses of AbstractCommand in org.fuin.cqrs4j
Classes in org.fuin.cqrs4j with type parameters of type AbstractCommandModifier and TypeClassDescriptionprotected static classAbstractCommand.Builder<ID extends org.fuin.ddd4j.ddd.EntityId,TYPE extends AbstractCommand, BUILDER extends AbstractCommand.Builder<ID, TYPE, BUILDER>> Base class for event builders.Subclasses of AbstractCommand in org.fuin.cqrs4jModifier 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.