Interface FindAllReactiveInterceptor<T,​R>

  • Type Parameters:
    T - The declaring type
    R - The result type
    All Superinterfaces:
    DataInterceptor<T,​R>
    All Known Implementing Classes:
    DefaultFindAllReactiveInterceptor

    public interface FindAllReactiveInterceptor<T,​R>
    extends DataInterceptor<T,​R>
    An interceptor that executes a Query and a Publisher that emits the result objects reactively.
    Since:
    1.0
    Author:
    graemerocher