Interface SessionTenantResolverConfiguration

All Superinterfaces:
io.micronaut.core.util.Toggleable
All Known Implementing Classes:
SessionTenantResolverConfigurationProperties

public interface SessionTenantResolverConfiguration extends io.micronaut.core.util.Toggleable
A interface defining SessionTenantResolver configuration.
Since:
1.0.0
Author:
Sergio del Amo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    default session attribute name.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface io.micronaut.core.util.Toggleable

    isEnabled
  • Field Details

  • Method Details

    • getAttribute

      String getAttribute()
      Returns:
      Session Attribute name.