Interface SaveAllReactiveInterceptor<T,R>

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

public interface SaveAllReactiveInterceptor<T,R> extends DataInterceptor<T,R>
An interceptor that saves a number of entities reactively.
Since:
1.0.0
Author:
graemerocher