Interface SystemPropertyTenantResolverConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
SystemPropertyTenantResolverConfigurationProperties
public interface SystemPropertyTenantResolverConfiguration
extends io.micronaut.core.util.Toggleable
An interface to define
SystemPropertyTenantResolver
configuration.- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Method Summary
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
getSystemPropertyName
String getSystemPropertyName()- Returns:
- System property name.
-