Interface FindOneReactiveInterceptor<T,​R>

  • Type Parameters:
    T - The declaring type
    R - The return type
    All Superinterfaces:
    DataInterceptor<T,​R>

    public interface FindOneReactiveInterceptor<T,​R>
    extends DataInterceptor<T,​R>
    An interceptor that executes a query reactively and returns a reactive type that emits a single result as a RxJava Single or a Reactor Mono.
    Since:
    1.0