Package org.jmolecules.event.annotation
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
-
-
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:
- ""
-
-