Package com.github.jpmsilva.jsystemd
Class SystemdAutoConfiguration.SystemdAutoActuatorHealthConfiguration
java.lang.Object
com.github.jpmsilva.jsystemd.SystemdAutoConfiguration.SystemdAutoActuatorHealthConfiguration
- Enclosing class:
- SystemdAutoConfiguration
@Configuration
@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
Auto-configuration class for systemd integration when using Spring Boot Actuator.
- 
Constructor SummaryConstructors Constructor Description SystemdAutoActuatorHealthConfiguration()
- 
Method Summary
- 
Constructor Details- 
SystemdAutoActuatorHealthConfigurationpublic SystemdAutoActuatorHealthConfiguration()
 
-