Class FrameworkStatusReportService
java.lang.Object
org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
- All Implemented Interfaces:
ScopeModelAware
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConsumptionReport(String interfaceName, String version, String group, String status) createMigrationStepReport(String interfaceName, String version, String group, String originStep, String newStep, String success) createRegistrationReport(String status) booleanvoidvoidvoidvoidsetApplicationModel(ApplicationModel applicationModel) Override this method if you just need application modelMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.rpc.model.ScopeModelAware
setFrameworkModel, setModuleModel, setScopeModel
-
Field Details
-
REGISTRATION_STATUS
- See Also:
-
ADDRESS_CONSUMPTION_STATUS
- See Also:
-
MIGRATION_STEP_STATUS
- See Also:
-
-
Constructor Details
-
FrameworkStatusReportService
public FrameworkStatusReportService()
-
-
Method Details
-
setApplicationModel
Description copied from interface:ScopeModelAwareOverride this method if you just need application model- Specified by:
setApplicationModelin interfaceScopeModelAware- Parameters:
applicationModel-
-
reportRegistrationStatus
-
reportConsumptionStatus
-
reportMigrationStepStatus
-
hasReporter
public boolean hasReporter() -
createRegistrationReport
-
createConsumptionReport
-
createMigrationStepReport
-