Uses of Interface
org.operaton.bpm.engine.health.HealthService
Packages that use HealthService
Package
Description
-
Uses of HealthService in org.operaton.bpm.engine.impl.health
Classes in org.operaton.bpm.engine.impl.health that implement HealthServiceModifier and TypeClassDescriptionclassDefault, runtime-agnostic implementation that inspects JobExecutor and database connectivity. -
Uses of HealthService in org.operaton.bpm.quarkus.engine.extension
Methods in org.operaton.bpm.quarkus.engine.extension that return HealthServiceModifier and TypeMethodDescriptionHealthServiceProducer.healthService(DataSource dataSource, ProcessEngine processEngine) -
Uses of HealthService in org.operaton.bpm.spring.boot.starter
Methods in org.operaton.bpm.spring.boot.starter that return HealthServiceModifier and TypeMethodDescriptionOperatonBpmHealthServiceConfiguration.operatonHealthService(org.springframework.beans.factory.ObjectProvider<DataSource> dataSourceProvider, org.springframework.beans.factory.ObjectProvider<JobExecutor> jobExecutorProvider, org.springframework.beans.factory.ObjectProvider<FrontendHealthContributor> frontendHealthContributorProvider) Methods in org.operaton.bpm.spring.boot.starter with parameters of type HealthServiceModifier and TypeMethodDescriptionorg.springframework.boot.health.contributor.HealthIndicatorOperatonBpmActuatorConfiguration.processEngineHealthIndicator(ProcessEngine processEngine, HealthService healthService) -
Uses of HealthService in org.operaton.bpm.spring.boot.starter.actuator
Constructors in org.operaton.bpm.spring.boot.starter.actuator with parameters of type HealthServiceModifierConstructorDescriptionProcessEngineHealthIndicator(ProcessEngine processEngine, HealthService healthService)