@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface DomainEvent
| Modifier and Type | Optional Element and Description |
|---|---|
String |
name
An identifier for the name of the event used to abstract away from the type system and to guard against
refactorings.
|
String |
namespace
An identifier for the namespace of the event to group multiple events and let clients express their interest in all
events of a specific namespace.
|
public abstract String namespace
public abstract String name
Copyright © 2023. All rights reserved.