Uses of Interface
com.github.jpmsilva.jsystemd.SystemdStatusProvider
-
Uses of SystemdStatusProvider in com.github.jpmsilva.jsystemd
Classes in com.github.jpmsilva.jsystemd that implement SystemdStatusProviderModifier and TypeClassDescriptionclass
Implementation ofHealthProvider
that provides application health based on Spring Boot Actuator Health Indicators.class
Implementation ofSystemdStatusProvider
that provides information regarding the bean creation progress of a bean factory.class
Implementation ofSystemdStatusProvider
that provides information regarding the Spring Boot application startup sequence state.class
Implementation ofSystemdStatusProvider
that provides information regarding loaded classes.class
Implementation ofSystemdStatusProvider
that provides information regarding the heap zone of the memory.class
Implementation ofSystemdStatusProvider
that provides information regarding the non-heap zone of the memory.class
Implementation ofSystemdStatusProvider
that provides information regarding Tomcat thread pools.Methods in com.github.jpmsilva.jsystemd that return types with arguments of type SystemdStatusProviderModifier and TypeMethodDescription@NotNull List
<SystemdStatusProvider> Systemd.getStatusProviders()
Returns a read only view of the current providers.Methods in com.github.jpmsilva.jsystemd with parameters of type SystemdStatusProviderModifier and TypeMethodDescriptionvoid
Systemd.addStatusProviders
(int index, SystemdStatusProvider... providers) Adds the status providers to the list of providers in the specified position.void
Systemd.addStatusProviders
(SystemdStatusProvider... 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 SystemdStatusProviderModifier and TypeMethodDescriptionvoid
Systemd.addStatusProviders
(int index, List<SystemdStatusProvider> providers) Adds the status providers to the list of providers in the specified position.void
Systemd.setStatusProviders
(@NotNull List<SystemdStatusProvider> providers) Sets the current providers, unregistering any other previously added.