Annotation Type 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