Interface FindByIdReactiveInterceptor<T,​R>

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

    public interface FindByIdReactiveInterceptor<T,​R>
    extends DataInterceptor<T,​R>
    An interceptor that executes an find by id reactively.
    Since:
    1.0.0
    Author:
    graemerocher