Package io.micronaut.data.runtime.intercept.async
Default implementations for runtime async interceptors.
- Since:
- 1.0.0
-
Class Summary Class Description AbstractAsyncInterceptor<T,R> Abstract asynchronous interceptor implementation.AbstractConvertCompletionStageInterceptor<T> Abstract asynchronous interceptor implementation with a result conversion.AbstractCountConvertCompletionStageInterceptor Abstract asynchronous interceptor implementation with a result conversion.DefaultCountAsyncInterceptor<T> Default implementation ofCountAsyncInterceptor.DefaultDeleteAllAsyncInterceptor<T> Default implementation ofDeleteAllAsyncInterceptor.DefaultDeleteOneAsyncInterceptor<T> The default implementation ofDeleteOneAsyncInterceptor.DefaultExistsByAsyncInterceptor<T> The default implementation ofExistsByAsyncInterceptor.DefaultFindAllAsyncInterceptor The default implementation ofFindAllAsyncInterceptor.DefaultFindByIdAsyncInterceptor Default implementation that handles lookup by ID asynchronously.DefaultFindOneAsyncInterceptor Default implementation of theFindOneAsyncInterceptorinterface.DefaultFindPageAsyncInterceptor Default implementation ofFindPageAsyncInterceptor.DefaultFindSliceAsyncInterceptor Default implementation ofFindSliceAsyncInterceptor.DefaultSaveAllAsyncInterceptor<T> Default implementation ofSaveAllAsyncInterceptor.DefaultSaveEntityInterceptor<T> Default implementation ofSaveEntityAsyncInterceptor.DefaultSaveOneAsyncInterceptor Default implementation ofSaveOneAsyncInterceptor.DefaultUpdateAllAsyncEntitiesInterceptor Default implementation ofUpdateAllEntriesAsyncInterceptor.DefaultUpdateAsyncInterceptor Default implementation ofUpdateAsyncInterceptor.DefaultUpdateEntityAsyncInterceptor<T> Default implementation ofUpdateEntityAsyncInterceptor.