Interface FindByIdAsyncInterceptor<T>

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

    public interface FindByIdAsyncInterceptor<T>
    extends DataInterceptor<T,​java.util.concurrent.CompletionStage<java.lang.Object>>
    An interceptor that executes a query and returns a result asynchronously.
    Since:
    1.0
    Author:
    graemerocher