Interface InsertEntityAsyncInterceptor<T>
- Type Parameters:
T- The declaring type.
- All Superinterfaces:
DataInterceptor<T, CompletionStage<Object>>
- All Known Implementing Classes:
DefaultInsertEntityAsyncInterceptor
public interface InsertEntityAsyncInterceptor<T>
extends DataInterceptor<T, CompletionStage<Object>>
An interceptor that accepts a single entity to be inserted asynchronously.
- Since:
- 5.0.0
-
Method Summary
Methods inherited from interface DataInterceptor
intercept