Annotation Type 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
      java.lang.String target
      The logical target name.
      java.lang.String value
      The logical target name.
    • Element Detail

      • value

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

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