Package io.micronaut.data.runtime.intercept.reactive
Default implementations for runtime reactive interceptors.
- Since:
- 1.0.0
-
Class Summary Class Description AbstractPublisherInterceptor Publisher interceptor.AbstractReactiveInterceptor<T,R> Abstract reactive repository interceptor.DefaultCountReactiveInterceptor Default implementation ofCountReactiveInterceptor.DefaultDeleteAllReactiveInterceptor Default implementation ofDeleteAllReactiveInterceptor.DefaultDeleteOneReactiveInterceptor Default implementation ofDeleteOneReactiveInterceptor.DefaultExistsByReactiveInterceptor Default implementation ofExistsByReactiveInterceptor.DefaultFindAllReactiveInterceptor Default implementation ofFindAllReactiveInterceptor.DefaultFindByIdReactiveInterceptor Default implementation ofFindByIdReactiveInterceptor.DefaultFindOneReactiveInterceptor Default implementation ofFindOneReactiveInterceptor.DefaultFindPageReactiveInterceptor Default implementation ofFindPageReactiveInterceptor.DefaultFindSliceReactiveInterceptor Default implementation ofFindSliceReactiveInterceptor.DefaultSaveAllReactiveInterceptor Default implementation ofSaveAllReactiveInterceptor.DefaultSaveEntityReactiveInterceptor Default implementation ofSaveEntityReactiveInterceptor.DefaultSaveOneReactiveInterceptor Default implementation ofSaveOneReactiveInterceptor.DefaultUpdateAllEntitiesReactiveInterceptor Default implementation ofUpdateAllEntitiesReactiveInterceptor.DefaultUpdateEntityReactiveInterceptor Default implementation ofUpdateEntityReactiveInterceptor.DefaultUpdateReactiveInterceptor Default implementation ofUpdateReactiveInterceptor.