Interface TenantInformation
-
- All Known Implementing Classes:
AnalyticsMediationFlowObserver,JMXMediationFlowObserver,MediationConfigReporterThread
public interface TenantInformationThis interface has to be implemented by the tenant aware observers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetTenantId()Get the tenant id for the observervoidsetTenantId(int id)Set the tenantId for the observer
-