Annotation Interface AsyncPersistEventSource


@Internal @Retention(RUNTIME) @Target(METHOD) @Around public @interface AsyncPersistEventSource
Around advice to intercept methods with which to trigger Micronaut Data insert entity event.
See Also:
  • PrePersist
  • PostPersist