Uses of Interface
com.github.jpmsilva.jsystemd.SystemdNotifyStatusProvider
- 
Uses of SystemdNotifyStatusProvider in com.github.jpmsilva.jsystemdClasses in com.github.jpmsilva.jsystemd that implement SystemdNotifyStatusProvider Modifier and Type Class Description classSystemdNotifyActuatorHealthProviderImplementation ofHealthProviderthat provides application health based on Spring Boot Actuator Health Indicators.classSystemdNotifyApplicationContextStatusProviderImplementation ofSystemdNotifyStatusProviderthat provides information regarding the bean creation progress of a bean factory.classSystemdNotifyApplicationRunStatusProviderImplementation ofSystemdNotifyStatusProviderthat provides information regarding the Spring Boot application startup sequence state.classSystemdNotifyClassLoaderStatusProviderImplementation ofSystemdNotifyStatusProviderthat provides information regarding loaded classes.classSystemdNotifyHeapStatusProviderImplementation ofSystemdNotifyStatusProviderthat provides information regarding the heap zone of the memory.classSystemdNotifyNonHeapStatusProviderImplementation ofSystemdNotifyStatusProviderthat provides information regarding the non-heap zone of the memory.classSystemdNotifyTomcatStatusProviderImplementation ofSystemdNotifyStatusProviderthat 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 voidSystemd. addStatusProviders(int index, SystemdNotifyStatusProvider... providers)Adds the status providers to the the list of providers in the specified position.voidSystemd. 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 voidSystemd. addStatusProviders(int index, List<SystemdNotifyStatusProvider> providers)Adds the status providers to the the list of providers in the specified position.voidSystemd. setStatusProviders(@NotNull List<SystemdNotifyStatusProvider> providers)Sets the current providers, unregistering any other previously added.