Interface UpdateEntityAsyncInterceptor<T>
- Type Parameters:
 T- The declaring type
- All Superinterfaces:
 DataInterceptor<T,CompletionStage<Object>> 
- All Known Implementing Classes:
 DefaultUpdateEntityAsyncInterceptor
An interceptor that updates a single entity asynchronously.
- Since:
 - 1.0.0
 - Author:
 - graemerocher
 
- 
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept