Annotation Interface UpdateEventSource


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