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 TypeClassDescriptionclassImplementation ofHealthProviderthat provides application health based on Spring Boot Actuator Health Indicators.classImplementation ofSystemdStatusProviderthat provides information regarding the bean creation progress of a bean factory.classImplementation ofSystemdStatusProviderthat provides information regarding the Spring Boot application startup sequence state.classImplementation ofSystemdStatusProviderthat provides information regarding loaded classes.classImplementation ofSystemdStatusProviderthat provides information regarding the heap zone of the memory.classImplementation ofSystemdStatusProviderthat provides information regarding the non-heap zone of the memory.classImplementation ofSystemdStatusProviderthat 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 TypeMethodDescriptionvoidSystemd.addStatusProviders(int index, SystemdStatusProvider... providers) Adds the status providers to the list of providers in the specified position.voidSystemd.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 TypeMethodDescriptionvoidSystemd.addStatusProviders(int index, List<SystemdStatusProvider> providers) Adds the status providers to the list of providers in the specified position.voidSystemd.setStatusProviders(@NotNull List<SystemdStatusProvider> providers) Sets the current providers, unregistering any other previously added.