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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getTenantId()
Get the tenant id for the observervoid
setTenantId(int id)
Set the tenantId for the observer
-