Package io.micronaut.data.runtime.intercept.async
package io.micronaut.data.runtime.intercept.async
Default implementations for runtime async interceptors.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionAbstract asynchronous interceptor implementation.Abstract asynchronous interceptor implementation with a result conversion.Abstract asynchronous interceptor implementation with a result conversion.Default implementation of
CountAsyncInterceptor
.Default implementation ofDeleteAllAsyncInterceptor
.The default implementation ofDeleteOneAsyncInterceptor
.The default implementation ofExistsByAsyncInterceptor
.The default implementation ofFindAllAsyncInterceptor
.Default implementation that handles lookup by ID asynchronously.Default implementation of theFindOneAsyncInterceptor
interface.Default implementation ofFindPageAsyncInterceptor
.Default implementation ofFindSliceAsyncInterceptor
.The default implementation ofProcedureReturningManyAsyncInterceptor
.The default implementation ofProcedureReturningManyAsyncInterceptor
.Default implementation ofSaveAllAsyncInterceptor
.Default implementation ofSaveEntityAsyncInterceptor
.Default implementation ofSaveOneAsyncInterceptor
.Default implementation ofUpdateAllEntriesAsyncInterceptor
.Default implementation ofUpdateAsyncInterceptor
.Default implementation ofUpdateEntityAsyncInterceptor
.