Interface | Description |
---|---|
SystemdNotifyStatusProvider |
Interface that represents any object that can contribute with status information regarding the running process to the service supervisor.
|
Class | Description |
---|---|
Systemd |
The main systemd integration class.
|
Systemd.Builder |
Specialized build class of
Systemd objects. |
SystemdApplicationContextInitializer |
An application context initializer that is responsible for creating a
Systemd instance and registering it in the application context under the name
systemd . |
SystemdAutoConfiguration |
Auto-configuration class for systemd integration.
|
SystemdAutoConfiguration.SystemdAutoTomcatConfiguration |
Auto-configuration class for systemd integration when running under Tomcat.
|
SystemdNotifyApplicationContextStatusProvider |
Implementation of
SystemdNotifyStatusProvider that provides information regarding the bean creation progress of a bean factory. |
SystemdNotifyApplicationRunStatusProvider |
Implementation of
SystemdNotifyStatusProvider that provides information regarding the Spring Boot application startup sequence state. |
SystemdNotifyClassLoaderStatusProvider |
Implementation of
SystemdNotifyStatusProvider that provides information regarding loaded classes. |
SystemdNotifyHeapStatusProvider |
Implementation of
SystemdNotifyStatusProvider that provides information regarding the heap zone of the memory. |
SystemdNotifyNonHeapStatusProvider |
Implementation of
SystemdNotifyStatusProvider that provides information regarding the non-heap zone of the memory. |
SystemdNotifyTomcatStatusProvider |
Implementation of
SystemdNotifyStatusProvider that provides information regarding Tomcat thread pools. |
SystemdSpringApplicationRunListener |
A Spring Application Run Listener that sets up a
SystemdNotifyApplicationRunStatusProvider to provide status updates of the current phase of the
application life cycle. |
Enum | Description |
---|---|
SystemdNotifyApplicationRunStatusProvider.ApplicationState |
Enumeration of supported application startup sequence state.
|
Annotation Type | Description |
---|---|
ConditionalOnSystemd |
Conditional that only matches when the process is running under systemd. |
Copyright © 2017–2018. All rights reserved.