Package io.micronaut.data.runtime.intercept.reactive
package io.micronaut.data.runtime.intercept.reactive
Default implementations for runtime reactive interceptors.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionPublisher interceptor.Abstract reactive repository interceptor.Default implementation of
CountReactiveInterceptor
.Default implementation ofDeleteAllReactiveInterceptor
.Default implementation ofDeleteOneReactiveInterceptor
.Default implementation ofExistsByReactiveInterceptor
.Default implementation ofFindAllReactiveInterceptor
.Default implementation ofFindByIdReactiveInterceptor
.Default implementation ofFindOneReactiveInterceptor
.Default implementation ofFindPageReactiveInterceptor
.Default implementation ofFindSliceReactiveInterceptor
.The default implementation ofProcedureReactiveInterceptor
.Default implementation ofSaveAllReactiveInterceptor
.Default implementation ofSaveEntityReactiveInterceptor
.Default implementation ofSaveOneReactiveInterceptor
.Default implementation ofUpdateAllEntitiesReactiveInterceptor
.Default implementation ofUpdateEntityReactiveInterceptor
.Default implementation ofUpdateReactiveInterceptor
.