JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.jmolecules.event.annotation
Externalized
Contents
Description
Optional Element Summary
Element Details
value
target
Hide sidebar
Show sidebar
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
String
target
The logical target name.
String
value
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:
target()
Default:
""
target
String
target
The logical target name. Will default to a strategy defined by configuration if empty.
Returns:
See Also:
value()
Default:
""