Interface UpdateReturningManyAsyncInterceptor<T,R>
- Type Parameters:
T- The declaring typeR- The return result
- All Superinterfaces:
DataInterceptor<T, CompletionStage<? extends Iterable<R>>>
- All Known Implementing Classes:
DefaultUpdateReturningManyAsyncInterceptor
public interface UpdateReturningManyAsyncInterceptor<T,R>
extends DataInterceptor<T, CompletionStage<? extends Iterable<R>>>
An interceptor that updates entities and returns multiple results asynchronously.
- Since:
- 5.0.0
- Author:
- radovanradic
-
Method Summary
Methods inherited from interface DataInterceptor
intercept