Represents the outcome of a health check procedure. Each procedure produces a @see \io\vertx\jphp\ext\healthchecks\Status indicating either OK or KO. Optionally, it can also provide additional data.
package |
Default |
---|
__construct( $status = null)
mixed | null
getData() : array
array
isOk() : boolean
boolean
isProcedureInError() : boolean
boolean
setData( $data) : $this
array
$this
setOk( $ok) : $this
boolean
$this
setProcedureInError( $procedureInError) : $this
boolean
$this