Interface RepositoryDataRouteSupplier<T extends DataRouteSupporting>

  • Type Parameters:
    T - The generic type of the DataRouteSupporting extension.
    All Superinterfaces:
    org.springframework.core.Ordered
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface RepositoryDataRouteSupplier<T extends DataRouteSupporting>
    extends org.springframework.core.Ordered
    Supplier of a repository class determined to be associated with one or more routes.
    Author:
    Jeff Fischer