Interface AppSettingsTenantProvider


@NullMarked public interface AppSettingsTenantProvider
Provides the current tenant id for app settings support.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant to be returned by getCurrentTenantId() if tenant is currently not determined.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current tenant id, or NO_TENANT if tenant is currently not determined.
  • Field Details

  • Method Details

    • getCurrentTenantId

      String getCurrentTenantId()
      Returns the current tenant id, or NO_TENANT if tenant is currently not determined.