Package io.dapr.client.domain
Class AppConnectionPropertiesHealthMetadata
java.lang.Object
io.dapr.client.domain.AppConnectionPropertiesHealthMetadata
AppConnectionPropertiesHealthMetadata describes the application health properties.
-
Constructor Summary
ConstructorDescriptionAppConnectionPropertiesHealthMetadata
(String healthCheckPath, String healthProbeInterval, String healthProbeTimeout, int healthThreshold) Constructor for a AppConnectionPropertiesHealthMetadata. -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
AppConnectionPropertiesHealthMetadata
public AppConnectionPropertiesHealthMetadata(String healthCheckPath, String healthProbeInterval, String healthProbeTimeout, int healthThreshold) Constructor for a AppConnectionPropertiesHealthMetadata.- Parameters:
healthCheckPath
- of the applicationhealthProbeInterval
- time interval between health probeshealthProbeTimeout
- timeout for each health probehealthThreshold
- max number of failed health probes
-
-
Method Details
-
getHealthCheckPath
-
getHealthProbeInterval
-
getHealthProbeTimeout
-
getHealthThreshold
public int getHealthThreshold()
-