Interface SaveAllAsyncInterceptor<T>
- Type Parameters:
T
- The declaring type
- All Superinterfaces:
DataInterceptor<T,
CompletionStage<Object>>
- All Known Implementing Classes:
DefaultSaveAllAsyncInterceptor
An interceptor that saves multiple entities asynchronously.
- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept