Interface CatalogRegistrar

  • All Known Implementing Classes:
    InMemoryCatalogRegistrar

    @Internal
    public interface CatalogRegistrar
    Over-arching registrar to capture available Catalogs. Implementations should be marked with AutoService to be available to ServiceLoaders.
    • Method Detail

      • getCatalogs

        java.lang.Iterable<java.lang.Class<? extends Catalog>> getCatalogs()