Annotation Interface AsyncUpdateEventSource


@Internal @Retention(RUNTIME) @Target(METHOD) @Around public @interface AsyncUpdateEventSource
Around advice to intercept methods with which to trigger Micronaut Data update entity event.
See Also:
  • PreUpdate
  • PostUpdate