Package com.github.jpmsilva.jsystemd
Class SystemdNotifyApplicationRunStatusProvider
java.lang.Object
com.github.jpmsilva.jsystemd.SystemdNotifyApplicationRunStatusProvider
- All Implemented Interfaces:
- SystemdNotifyStatusProvider
@Order(-5000) public class SystemdNotifyApplicationRunStatusProvider extends Object implements SystemdNotifyStatusProvider
Implementation of 
SystemdNotifyStatusProvider that provides information regarding the Spring Boot application startup sequence state.- Author:
- Joao Silva
- See Also:
- SystemdSpringApplicationRunListener,- SpringApplicationRunListener
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSystemdNotifyApplicationRunStatusProvider.ApplicationStateEnumeration of supported application startup sequence state.
- 
Method Summary
- 
Method Details- 
statusExposes status information to send to systemd.- Specified by:
- statusin interface- SystemdNotifyStatusProvider
- Returns:
- the string message to add to the service status
 
 
-