Class AbstractAsyncSpecificationInterceptor<T,R>

java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,R>
io.micronaut.data.runtime.intercept.criteria.AbstractSpecificationInterceptor<T,R>
io.micronaut.data.runtime.intercept.criteria.async.AbstractAsyncSpecificationInterceptor<T,R>
Type Parameters:
T - The declaring type
R - The return type
All Implemented Interfaces:
DataInterceptor<T,R>
Direct Known Subclasses:
CountAsyncSpecificationInterceptor, DeleteAllAsyncSpecificationInterceptor, ExistsAsyncSpecificationInterceptor, FindAllAsyncSpecificationInterceptor, FindOneAsyncSpecificationInterceptor, FindPageAsyncSpecificationInterceptor, UpdateAllAsyncSpecificationInterceptor

@Internal public abstract class AbstractAsyncSpecificationInterceptor<T,R> extends AbstractSpecificationInterceptor<T,R>
Abstract async specification interceptor.
Since:
3.2
Author:
Denis Stepanov