Interface InsertEntityReactiveInterceptor<T,R>
- Type Parameters:
T- The declaring type.R- The return type
- All Superinterfaces:
DataInterceptor<T,R>
- All Known Implementing Classes:
DefaultInsertEntityReactiveInterceptor
An interceptor that accepts a single entity to be inserted reactively.
- Since:
- 5.0.0
-
Method Summary
Methods inherited from interface DataInterceptor
intercept