Interface FixedTenantResolverConfiguration
-
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
FixedTenantResolverConfigurationProperties
public interface FixedTenantResolverConfiguration extends io.micronaut.core.util.ToggleableInterface to defineFixedTenantResolverconfiguration.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTenantId()Returns the fixed Tenant ID.
-