public interface LandlordService
| Modifier and Type | Method and Description |
|---|---|
String |
getTenantID()
This method will return the current tenant.
|
void |
loadTenant()
Deprecated.
use
loadTenant(boolean) and explicitly specify asynchrony. |
void |
loadTenant(boolean asynchronous)
Trigger the landlord to load tenant details from a tenant file.
|
String getTenantID()
@Deprecated void loadTenant()
loadTenant(boolean) and explicitly specify asynchrony.loadTenant(true).void loadTenant(boolean asynchronous)
asynchronous - true if the tenant load should be asynchronous.Copyright © 2022 Atlassian. All rights reserved.