Annotation Interface ApplyEvent


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface ApplyEvent
Identifies a method in an aggregate or an entity that applies a given domain event. The Event is the only argument. Any return value will be ignored.