Interface DeleteAllAsyncInterceptor<T,R>
- Type Parameters:
T- The declaring typeR- The result type
- All Superinterfaces:
DataInterceptor<T, CompletionStage<R>>
- All Known Implementing Classes:
DefaultDeleteAllAsyncInterceptor
An interceptor that executes a batch delete of all records asynchronously.
- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface DataInterceptor
intercept