Class DeadLetterJobsAdvisor
java.lang.Object
com.flowable.platform.service.health.advisor.DeadLetterJobsAdvisor
- All Implemented Interfaces:
HealthAdvisor
Flags dead letter jobs that accrued within the currently selected time window as a
red advisory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId)
-
Constructor Details
-
DeadLetterJobsAdvisor
public DeadLetterJobsAdvisor()
-
-
Method Details
-
computeAdvice
public List<HealthAdviceItem> computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) - Specified by:
computeAdvicein interfaceHealthAdvisor
-