Annotation Type CommandDispatcher


Deprecated.
since 1.7, for removal in 2.0. Use CommandDispatcher instead.
Identifies a command dispatcher in the context of CQRS, i.e. logic to dispatch a Command.
Since:
1.1
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    Optional identification of the command dispatched by this dispatcher.
  • Element Details

    • dispatches

      String dispatches
      Deprecated.
      Optional identification of the command dispatched by this dispatcher. This information may be used for easier linkage between command and dispatcher by external tools and refers to the combination of Command.namespace() and Command.name(), separated by '.' (dot).
      Default:
      ""