@Retention(value=RUNTIME) @Target(value={METHOD,ANNOTATION_TYPE}) @Documented public @interface DomainEventPublisher
DomainEvent.| Modifier and Type | Optional Element and Description |
|---|---|
String |
publishes
Optional identification of the domain event published by this publisher.
|
DomainEventPublisher.PublisherType |
type
Marks the type of the publisher, i.e.
|
public abstract String publishes
DomainEvent.namespace() and DomainEvent.name(), separated by '.' (dot)public abstract DomainEventPublisher.PublisherType type
Copyright © 2023. All rights reserved.