JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.modulith.events
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
String
target
The logical target name.
String
value
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:
target()
Default:
""
target
@AliasFor
("value")
String
target
The logical target name. Will default to a strategy defined by configuration if empty.
See Also:
value()
Default:
""