Annotation Interface Externalized


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Externalized
Annotation to marks domain events as to be externalized, which means that they are intended to be published to infrastructure outside the application.
Since:
1.8
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The logical target name.
    The logical target name.
  • Element Details

    • value

      String value
      The logical target name. Will default to a strategy defined by configuration if empty.
      Returns:
      See Also:
      Default:
      ""
    • target

      String target
      The logical target name. Will default to a strategy defined by configuration if empty.
      Returns:
      See Also:
      Default:
      ""