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