Uses of Interface
com.github.jpmsilva.jsystemd.HealthProvider
-
Uses of HealthProvider in com.github.jpmsilva.jsystemd
Classes in com.github.jpmsilva.jsystemd that implement HealthProviderModifier and TypeClassDescriptionclass
Implementation ofHealthProvider
that suppresses/delays the unhealthy state of a delegate for a configurable period.class
Implementation ofHealthProvider
that provides application health based on Spring Boot Actuator Health Indicators.Methods in com.github.jpmsilva.jsystemd that return types with arguments of type HealthProviderModifier and TypeMethodDescriptionSystemd.getHealthProvider()
Returns the current health provider.Methods in com.github.jpmsilva.jsystemd with parameters of type HealthProviderModifier and TypeMethodDescriptionvoid
Systemd.setHealthProvider
(@Nullable HealthProvider provider) Sets the current health provider, overrides any other previously set.Constructors in com.github.jpmsilva.jsystemd with parameters of type HealthProviderModifierConstructorDescriptionPendingHealthProvider
(@NotNull HealthProvider delegate, long delay, @NotNull TemporalUnit delayUnit) Creates a new health provider that delegates the actual work to thedelegate
, and delays reporting unhealthy status.