Class SystemdAutoConfiguration.SystemdAutoActuatorHealthConfiguration

java.lang.Object
com.github.jpmsilva.jsystemd.SystemdAutoConfiguration.SystemdAutoActuatorHealthConfiguration
Enclosing class:
SystemdAutoConfiguration

@Configuration @ConditionalOnSystemd @ConditionalOnClass(org.springframework.boot.actuate.health.HealthIndicator.class) @ConditionalOnProperty(name="enabled", prefix="systemd.health-provider") @EnableConfigurationProperties(SystemdHealthProviderProperties.class) public static class SystemdAutoConfiguration.SystemdAutoActuatorHealthConfiguration extends Object
Autoconfiguration class for systemd integration when using Spring Boot Actuator.