Class ExistsAsyncSpecificationInterceptor

All Implemented Interfaces:
io.micronaut.data.intercept.DataInterceptor<Object,CompletionStage<Boolean>>

@Internal public class ExistsAsyncSpecificationInterceptor extends AbstractAsyncSpecificationInterceptor<Object,CompletionStage<Boolean>>
Interceptor that supports async exists specifications.
Since:
3.8
  • Constructor Details

    • ExistsAsyncSpecificationInterceptor

      protected ExistsAsyncSpecificationInterceptor(io.micronaut.data.operations.RepositoryOperations operations)
      Default constructor.
      Parameters:
      operations - The operations
  • Method Details