Interface TenantInfoInitiator
-
public interface TenantInfoInitiator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanTenantInfo()Clean tenant information in the current threadvoidinitTenantInfo()voidinitTenantInfo(String uri)initialize tenant information of the current thread based on the request URI
-
-
-
Method Detail
-
initTenantInfo
void initTenantInfo()
-
initTenantInfo
void initTenantInfo(String uri)
initialize tenant information of the current thread based on the request URI- Parameters:
uri- request URI
-
cleanTenantInfo
void cleanTenantInfo()
Clean tenant information in the current thread
-
-