Uses of Interface
com.github.jpmsilva.jsystemd.SystemdNotifyStatusProvider
-
Uses of SystemdNotifyStatusProvider in com.github.jpmsilva.jsystemd
Classes in com.github.jpmsilva.jsystemd that implement SystemdNotifyStatusProvider Modifier and Type Class Description class
SystemdNotifyActuatorHealthProvider
Implementation ofHealthProvider
that provides application health based on Spring Boot Actuator Health Indicators.class
SystemdNotifyApplicationContextStatusProvider
Implementation ofSystemdNotifyStatusProvider
that provides information regarding the bean creation progress of a bean factory.class
SystemdNotifyApplicationRunStatusProvider
Implementation ofSystemdNotifyStatusProvider
that provides information regarding the Spring Boot application startup sequence state.class
SystemdNotifyClassLoaderStatusProvider
Implementation ofSystemdNotifyStatusProvider
that provides information regarding loaded classes.class
SystemdNotifyHeapStatusProvider
Implementation ofSystemdNotifyStatusProvider
that provides information regarding the heap zone of the memory.class
SystemdNotifyNonHeapStatusProvider
Implementation ofSystemdNotifyStatusProvider
that provides information regarding the non-heap zone of the memory.class
SystemdNotifyTomcatStatusProvider
Implementation ofSystemdNotifyStatusProvider
that provides information regarding Tomcat thread pools.Methods in com.github.jpmsilva.jsystemd that return types with arguments of type SystemdNotifyStatusProvider Modifier and Type Method Description @NotNull List<SystemdNotifyStatusProvider>
Systemd. getStatusProviders()
Returns a read only view of the current providers.Methods in com.github.jpmsilva.jsystemd with parameters of type SystemdNotifyStatusProvider Modifier and Type Method Description void
Systemd. addStatusProviders(int index, SystemdNotifyStatusProvider... providers)
Adds the status providers to the the list of providers in the specified position.void
Systemd. addStatusProviders(SystemdNotifyStatusProvider... providers)
Adds the status providers to the end of the list of providers.Method parameters in com.github.jpmsilva.jsystemd with type arguments of type SystemdNotifyStatusProvider Modifier and Type Method Description void
Systemd. addStatusProviders(int index, List<SystemdNotifyStatusProvider> providers)
Adds the status providers to the the list of providers in the specified position.void
Systemd. setStatusProviders(@NotNull List<SystemdNotifyStatusProvider> providers)
Sets the current providers, unregistering any other previously added.