Class DefaultUpdateReturningOneAsyncInterceptor<T,R>

java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T, CompletionStage<R>>
io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptor<T,R>
io.micronaut.data.runtime.intercept.async.DefaultUpdateReturningOneAsyncInterceptor<T,R>
Type Parameters:
T - The return type
R - The result type
All Implemented Interfaces:
UpdateReturningOneAsyncInterceptor<T,R>, DataInterceptor<T, CompletionStage<R>>

@Internal public final class DefaultUpdateReturningOneAsyncInterceptor<T,R> extends AbstractAsyncInterceptor<T,R> implements UpdateReturningOneAsyncInterceptor<T,R>
The default implementation of UpdateReturningOneAsyncInterceptor.
Since:
5.0.0
Author:
radovanradic