Uses of Package
org.jmolecules.architecture.cqrs
Packages that use org.jmolecules.architecture.cqrs
-
Classes in org.jmolecules.architecture.cqrs used by org.jmolecules.architecture.cqrs.annotationClassDescriptionIdentifies a command in the context of CQRS, i.e. a request to the system for the change of data.Identifies a command dispatcher in the context of CQRS, i.e. logic to dispatch a
Command.Identifies a command handler in the context of CQRS, i.e. logic to process aCommand.Identifies a query model element in the context of CQRS, i.e. a (persistent) object optimized for read-access and only only on the Q(uery) part of the architecture.