Interface TenantConfigProvider


  • public interface TenantConfigProvider
    Java ServiceLoader service interface for multitenancy support.
    • Method Detail

      • createTenantConfigFinder

        TenantConfigFinder createTenantConfigFinder​(Config config)
        Create a tenant configuration API from Helidon config. This method is only called once.
        Parameters:
        config - configuration (may be empty)
        Returns:
        a tenant configuration API