Interface DeleteReturningManyReactiveInterceptor<T,R>

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

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