Interface ProcedureReturningOneAsyncInterceptor<T,R>
- Type Parameters:
T- The declaring typeR- The return result
- All Superinterfaces:
DataInterceptor<T,CompletionStage<R>>
public interface ProcedureReturningOneAsyncInterceptor<T,R>
extends DataInterceptor<T,CompletionStage<R>>
An interceptor that does execute the procedure and returns results asynchronously.
- Since:
- 4.2.0
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept