Annotation Interface AsyncRemoveEventSource


@Internal @Retention(RUNTIME) @Target(METHOD) @Around public @interface AsyncRemoveEventSource
Around advice to intercept methods with which to trigger Micronaut Data remove entity event.
See Also:
  • PreRemove
  • PostRemove