Interface UpdateReturningOneAsyncInterceptor<T,R>
- Type Parameters:
T- The declaring typeR- The return result
- All Superinterfaces:
DataInterceptor<T, CompletionStage<R>>
- All Known Implementing Classes:
DefaultUpdateReturningOneAsyncInterceptor
public interface UpdateReturningOneAsyncInterceptor<T,R>
extends DataInterceptor<T, CompletionStage<R>>
An interceptor that updates an entity and returns a single result asynchronously.
- Since:
- 5.0.0
- Author:
- radovanradic
-
Method Summary
Methods inherited from interface DataInterceptor
intercept