public interface TenantIdProvider
Java ServiceLoader service interface for multitenancy support.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a tenant ID finder API from Helidon config.
  • Method Details

    • createTenantIdFinder

      TenantIdFinder createTenantIdFinder(Config config)
      Create a tenant ID finder API from Helidon config. This method is only called once.
      Parameters:
      config - configuration (may be empty)
      Returns:
      a tenant id finder API