Interface WithPersistenceConfig
- All Known Subinterfaces:
HealthCheckConfig
- All Known Implementing Classes:
DefaultHealthCheckConfig
public interface WithPersistenceConfig
This interface provides access to health check persistence config.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration settings of the health check persistence.
-
Method Details
-
getPersistenceConfig
PersistenceConfig getPersistenceConfig()Returns the configuration settings of the health check persistence.- Returns:
- the config.
-