Uses of Interface
org.fuin.cqrs4j.Command
-
Uses of Command in org.fuin.cqrs4j
Classes in org.fuin.cqrs4j with type parameters of type CommandModifier and TypeInterfaceDescriptioninterfaceCommandExecutor<CONTEXT,RESULT, CMD extends Command> Executes one or more commands.Subinterfaces of Command in org.fuin.cqrs4jModifier and TypeInterfaceDescriptioninterfaceAggregateCommand<ROOT_ID extends org.fuin.ddd4j.ddd.AggregateRootId,ENTITY_ID extends org.fuin.ddd4j.ddd.EntityId> Common behavior shared by all commands related to an aggregate.Classes in org.fuin.cqrs4j that implement CommandModifier 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.classBase class for all commands.Methods in org.fuin.cqrs4j with parameters of type Command