Class CountAsyncSpecificationInterceptor

All Implemented Interfaces:
DataInterceptor<Object,CompletionStage<Number>>

@Internal public class CountAsyncSpecificationInterceptor extends AbstractAsyncSpecificationInterceptor<Object,CompletionStage<Number>>
Interceptor that supports async count specifications.
Since:
3.2
Author:
Denis Stepanov
  • Constructor Details

    • CountAsyncSpecificationInterceptor

      public CountAsyncSpecificationInterceptor(@NonNull @NonNull RepositoryOperations operations)
      Default constructor.
      Parameters:
      operations - The operations
  • Method Details