Interface TenantInformation
- All Known Implementing Classes:
AnalyticsMediationFlowObserver,JMXMediationFlowObserver,MediationConfigReporterThread
public interface TenantInformation
This interface has to be implemented by the tenant aware observers.
-
Method Summary
Modifier and TypeMethodDescriptionintGet the tenant id for the observervoidsetTenantId(int id) Set the tenantId for the observer
-
Method Details
-
getTenantId
int getTenantId()Get the tenant id for the observer- Returns:
- tenantId
-
setTenantId
void setTenantId(int id) Set the tenantId for the observer- Parameters:
id- tenantId of the observer
-