Interface HttpHeaderTenantResolverConfiguration

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

public interface HttpHeaderTenantResolverConfiguration extends io.micronaut.core.util.Toggleable
Since:
1.0.0
Author:
Sergio del Amo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default Header Name for HTTP Header Tenant Resolver.
  • Method Summary

    Modifier and Type
    Method
    Description
    Http Header name which should be used to resolve the tenant id from.

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

    isEnabled
  • Field Details

    • DEFAULT_HEADER_NAME

      static final String DEFAULT_HEADER_NAME
      Default Header Name for HTTP Header Tenant Resolver.
      See Also:
  • Method Details

    • getHeaderName

      String getHeaderName()
      Http Header name which should be used to resolve the tenant id from.
      Returns:
      a String containing the Http Header name.