Package com.github.jpmsilva.jsystemd
Class SystemdAutoConfiguration
java.lang.Object
com.github.jpmsilva.jsystemd.SystemdAutoConfiguration
@Configuration @ConditionalOnSystemd public class SystemdAutoConfiguration extends Object
Auto-configuration class for systemd integration.
Sets up some basic SystemdNotifyStatusProvider as well.
- Author:
- Joao Silva, Christian Lorenz
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSystemdAutoConfiguration.SystemdAutoActuatorHealthConfigurationAuto-configuration class for systemd integration when using Spring Boot Actuator.static classSystemdAutoConfiguration.SystemdAutoTomcatConfigurationAuto-configuration class for systemd integration when running under Tomcat. -
Constructor Summary
Constructors Constructor Description SystemdAutoConfiguration(@NotNull Systemd systemd) -
Method Summary
Modifier and Type Method Description voidstarted(org.springframework.boot.context.event.ApplicationReadyEvent event)
-
Constructor Details
-
Method Details
-
started
@EventListener public void started(org.springframework.boot.context.event.ApplicationReadyEvent event)
-