Class MediationConfigReporterThread

java.lang.Object
java.lang.Thread
org.wso2.carbon.das.messageflow.data.publisher.services.MediationConfigReporterThread
All Implemented Interfaces:
Runnable, TenantInformation

public class MediationConfigReporterThread extends Thread implements TenantInformation
  • Constructor Details

    • MediationConfigReporterThread

      public MediationConfigReporterThread(org.wso2.carbon.mediation.initializer.services.SynapseEnvironmentService synEnvSvc)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • shutdown

      public void shutdown()
    • getTenantId

      public int getTenantId()
      Description copied from interface: TenantInformation
      Get the tenant id for the observer
      Specified by:
      getTenantId in interface TenantInformation
      Returns:
      tenantId
    • setTenantId

      public void setTenantId(int i)
      Description copied from interface: TenantInformation
      Set the tenantId for the observer
      Specified by:
      setTenantId in interface TenantInformation
      Parameters:
      i - tenantId of the observer
    • setPublishingAnalyticESB

      public void setPublishingAnalyticESB(boolean publishingAnalyticESB)