Interface TenantInfoInitiator
public interface TenantInfoInitiator
-
Method Summary
Modifier and TypeMethodDescriptionvoidClean tenant information in the current threadvoidvoidinitTenantInfo(String uri) initialize tenant information of the current thread based on the request URI
-
Method Details
-
initTenantInfo
void initTenantInfo() -
initTenantInfo
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
-