Interface DeleteAllAsyncInterceptor<T,​R>

  • Type Parameters:
    T - The declaring type
    R - The result type
    All Superinterfaces:
    DataInterceptor<T,​java.util.concurrent.CompletionStage<R>>
    All Known Implementing Classes:
    DefaultDeleteAllAsyncInterceptor

    public interface DeleteAllAsyncInterceptor<T,​R>
    extends DataInterceptor<T,​java.util.concurrent.CompletionStage<R>>
    An interceptor that executes a batch delete of all records asynchronously.
    Since:
    1.0
    Author:
    graemerocher