Class DefaultExistsByAsyncInterceptor<T>

Type Parameters:
T - The declaring type
All Implemented Interfaces:
io.micronaut.data.intercept.async.ExistsByAsyncInterceptor<T>, io.micronaut.data.intercept.DataInterceptor<T,CompletionStage<Boolean>>

public class DefaultExistsByAsyncInterceptor<T> extends AbstractAsyncInterceptor<T,Boolean> implements io.micronaut.data.intercept.async.ExistsByAsyncInterceptor<T>
The default implementation of ExistsByAsyncInterceptor.
Since:
1.0.0
  • Constructor Details

    • DefaultExistsByAsyncInterceptor

      protected DefaultExistsByAsyncInterceptor(@NonNull @NonNull io.micronaut.data.operations.RepositoryOperations datastore)
      Default constructor.
      Parameters:
      datastore - The operations
  • Method Details