Interface ExistsByAsyncInterceptor<T>
-
- Type Parameters:
T- The declaring type
- All Superinterfaces:
DataInterceptor<T,java.util.concurrent.CompletionStage<java.lang.Boolean>>
public interface ExistsByAsyncInterceptor<T> extends DataInterceptor<T,java.util.concurrent.CompletionStage<java.lang.Boolean>>
An interceptor that executes a query to check for existence.- Since:
- 1.0
-
-
Method Summary
-
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept
-
-