Uses of Class
com.flowable.platform.service.health.HealthSummaryResponse
Packages that use HealthSummaryResponse
Package
Description
-
Uses of HealthSummaryResponse in com.flowable.platform.service.health
Methods in com.flowable.platform.service.health that return HealthSummaryResponseModifier and TypeMethodDescriptionHealthSummaryService.getHealthSummary(int minutesAgo, Integer comparisonMinutesAgo, String tenantId) Methods in com.flowable.platform.service.health with parameters of type HealthSummaryResponseModifier and TypeMethodDescriptionprotected List<HealthAdviceItem> HealthSummaryService.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) -
Uses of HealthSummaryResponse in com.flowable.platform.service.health.advisor
Methods in com.flowable.platform.service.health.advisor with parameters of type HealthSummaryResponseModifier and TypeMethodDescriptionAsyncExecutorHealthAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) DatabaseConnectionAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) DeadLetterJobsAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) HealthAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) SlowJobIncidentAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) SystemMemoryAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId)