Class FrameworkStatusReportService

java.lang.Object
org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
All Implemented Interfaces:
ScopeModelAware

public class FrameworkStatusReportService extends Object implements ScopeModelAware
  • Field Details

  • Constructor Details

    • FrameworkStatusReportService

      public FrameworkStatusReportService()
  • Method Details

    • setApplicationModel

      public void setApplicationModel(ApplicationModel applicationModel)
      Description copied from interface: ScopeModelAware
      Override this method if you just need application model
      Specified by:
      setApplicationModel in interface ScopeModelAware
      Parameters:
      applicationModel -
    • reportRegistrationStatus

      public void reportRegistrationStatus(Object obj)
    • reportConsumptionStatus

      public void reportConsumptionStatus(Object obj)
    • reportMigrationStepStatus

      public void reportMigrationStepStatus(Object obj)
    • hasReporter

      public boolean hasReporter()
    • createRegistrationReport

      public String createRegistrationReport(String status)
    • createConsumptionReport

      public String createConsumptionReport(String interfaceName, String version, String group, String status)
    • createMigrationStepReport

      public String createMigrationStepReport(String interfaceName, String version, String group, String originStep, String newStep, String success)