Interface InsertReturningManyAsyncInterceptor<T,R>

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

public interface InsertReturningManyAsyncInterceptor<T,R> extends DataInterceptor<T, CompletionStage<? extends Iterable<R>>>
An interceptor that inserts entities and returns multiple results asynchronously.
Since:
5.0.0
Author:
radovanradic