Interface ProcedureReturningManyAsyncInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The return result
All Superinterfaces:
DataInterceptor<T,CompletionStage<? extends Iterable<R>>>

public interface ProcedureReturningManyAsyncInterceptor<T,R> extends DataInterceptor<T,CompletionStage<? extends Iterable<R>>>
An interceptor that does execute the procedure and returns results asynchronously.
Since:
4.2.0