Annotation Interface Externalized


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Externalized
Marks domain events as to be externalized. In other words, as to be published to external infrastructure.
Since:
1.1
Author:
Oliver Drotbohm
  • Optional Element Summary

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

    • value

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

      @AliasFor("value") String target
      The logical target name. Will default to a strategy defined by configuration if empty.
      See Also:
      Default:
      ""