Interface InsertReturningManyReactiveInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The result type
All Superinterfaces:
DataInterceptor<T,R>
All Known Implementing Classes:
DefaultInsertReturningManyReactiveInterceptor

public interface InsertReturningManyReactiveInterceptor<T,R> extends DataInterceptor<T,R>
A DataInterceptor that inserts multiple records and returns the inserted results reactively.
Since:
5.0.0
Author:
radovanradic