Package org.jmolecules.architecture.cqrs


package org.jmolecules.architecture.cqrs
  • Annotation Types
    Class
    Description
    Identifies 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 a Command.
    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.