Constructors
constructor
Defined in io.vertx/vertx-health-check/target/npm/options.d.ts:49
Defined in io.vertx/vertx-health-check/target/npm/options.d.ts:51
Parameters
Methods
getData
Defined in io.vertx/vertx-health-check/target/npm/options.d.ts:58
Returns {}
isOk
Defined in io.vertx/vertx-health-check/target/npm/options.d.ts:68
Returns boolean
isProcedureInError
isProcedureInError( ) : boolean
Defined in io.vertx/vertx-health-check/target/npm/options.d.ts:78
Returns boolean
setData
Defined in io.vertx/vertx-health-check/target/npm/options.d.ts:63
Parameters
setOk
Defined in io.vertx/vertx-health-check/target/npm/options.d.ts:73
Parameters
setProcedureInError
setProcedureInError( procedureInError: boolean ) : Status
Defined in io.vertx/vertx-health-check/target/npm/options.d.ts:83
Parameters
procedureInError: boolean
toJson
Defined in io.vertx/vertx-health-check/target/npm/options.d.ts:86
Returns {}
Represents the outcome of a health check procedure. Each procedure produces a Status indicating either OK or KO. Optionally, it can also provide additional data.