Package io.quantics.multitenant
Class TenantContext
- java.lang.Object
-
- io.quantics.multitenant.TenantContext
-
public class TenantContext extends Object
Provides information about the current tenant in a thread-safe way.
-
-
Constructor Summary
Constructors Constructor Description TenantContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclear()static StringgetTenantId()static voidsetTenantId(String tenantId)
-