Interface WithHealthCheckConfig
public interface WithHealthCheckConfig
This interface provides access to the health check config.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the health check configuration of this service.
-
Method Details
-
getHealthCheckConfig
HealthCheckConfig getHealthCheckConfig()Returns the health check configuration of this service.- Returns:
- the config.
-