mirror of https://github.com/dapr/java-sdk.git
parent
1f52fd2228
commit
bbfd258553
|
|
@ -141,12 +141,12 @@ public class DaprContainer extends GenericContainer<DaprContainer> {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public DaprContainer withAppHealthCheckProbeTimeout(Integer appHealthCheckProbeTimeout){
|
public DaprContainer withAppHealthCheckProbeTimeout(Integer appHealthCheckProbeTimeout) {
|
||||||
this.appHealthCheckProbeTimeout = appHealthCheckProbeTimeout;
|
this.appHealthCheckProbeTimeout = appHealthCheckProbeTimeout;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public DaprContainer withAppHealthCheckThreshold(Integer appHealthCheckThreshold ){
|
public DaprContainer withAppHealthCheckThreshold(Integer appHealthCheckThreshold) {
|
||||||
this.appHealthCheckThreshold = appHealthCheckThreshold;
|
this.appHealthCheckThreshold = appHealthCheckThreshold;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue