Annotation Interface AfterDomainEventPublication


@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) public @interface AfterDomainEventPublication
Annotation to be used on a method of a Spring Data managed aggregate to get invoked after the events of an aggregate have been published.
Since:
1.13
Author:
Oliver Gierke
See Also: