Class DefaultProcedureReturningOneAsyncInterceptor<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.DefaultProcedureReturningOneAsyncInterceptor<T,R>
Type Parameters:
T - The return type
R - The result type
All Implemented Interfaces:
ProcedureReturningOneAsyncInterceptor<T,R>, DataInterceptor<T,CompletionStage<R>>

@Internal public class DefaultProcedureReturningOneAsyncInterceptor<T,R> extends AbstractAsyncInterceptor<T,R> implements ProcedureReturningOneAsyncInterceptor<T,R>
The default implementation of ProcedureReturningManyAsyncInterceptor.
Since:
4.2.0
Author:
Denis Stepanov