Class SystemPropertyTenantResolverConfigurationProperties

    • Field Detail

      • PREFIX

        public static final java.lang.String PREFIX
        Configuration Properties Prefix.
        See Also:
        Constant Field Values
      • DEFAULT_ENABLE

        public static final boolean DEFAULT_ENABLE
        The default enable value.
        See Also:
        Constant Field Values
      • DEFAULT_SYSTEM_PROPERTY_NAME

        public static final java.lang.String DEFAULT_SYSTEM_PROPERTY_NAME
        The default system property name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SystemPropertyTenantResolverConfigurationProperties

        public SystemPropertyTenantResolverConfigurationProperties()
    • Method Detail

      • setPropertyName

        public void setPropertyName​(java.lang.String propertyName)
        System property name. Default value ("tenantId").
        Parameters:
        propertyName - System property name.
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface io.micronaut.core.util.Toggleable