ReadinessCheck constructor
ReadinessCheck({})
Implementation
ReadinessCheck({
this.appStartTimeout,
this.checkInterval,
this.failureThreshold,
this.host,
this.path,
this.successThreshold,
this.timeout,
});