Skip navigation links
vertx-health-check 3.8.1.redhat-00005
C F G H I K O R S T U 

C

create(Vertx, AuthProvider) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in interface io.vertx.ext.healthchecks.HealthChecks
Creates a new instance of the default implementation of HealthChecks.
createWithHealthChecks(HealthChecks, AuthProvider) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithHealthChecks(HealthChecks) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.

F

fromJson(Iterable<Map.Entry<String, Object>>, Status) - Static method in class io.vertx.ext.healthchecks.StatusConverter
 

G

getData() - Method in class io.vertx.ext.healthchecks.Status
 

H

HealthCheckHandler - Interface in io.vertx.ext.healthchecks
A Vert.x Web handler on which you register health check procedure.
HealthChecks - Interface in io.vertx.ext.healthchecks
 

I

invoke(Handler<JsonObject>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Invokes the registered procedures and computes the outcome.
invoke(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
io.vertx.ext.healthchecks - package io.vertx.ext.healthchecks
 
isOk() - Method in class io.vertx.ext.healthchecks.Status
 
isProcedureInError() - Method in class io.vertx.ext.healthchecks.Status
 

K

KO() - Static method in class io.vertx.ext.healthchecks.Status
Creates a status when something bad is detected.
KO(JsonObject) - Static method in class io.vertx.ext.healthchecks.Status
Creates a status when something bad is detected.

O

OK() - Static method in class io.vertx.ext.healthchecks.Status
Creates a status when everything is fine.
OK(JsonObject) - Static method in class io.vertx.ext.healthchecks.Status
Creates a status when everything is fine and adds metadata.

R

register(String, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Registers a health check procedure.

S

setData(JsonObject) - Method in class io.vertx.ext.healthchecks.Status
Sets the metadata.
setKO() - Method in class io.vertx.ext.healthchecks.Status
Sets the outcome of the status to KO.
setOk(boolean) - Method in class io.vertx.ext.healthchecks.Status
Sets whether or not the current status is positive (UP) or negative (DOWN).
setOK() - Method in class io.vertx.ext.healthchecks.Status
Sets the outcome of the status to OK.
setProcedureInError(boolean) - Method in class io.vertx.ext.healthchecks.Status
Sets whether or not the procedure attached to this status has failed (timeout, error...).
Status - Class in io.vertx.ext.healthchecks
Represents the outcome of a health check procedure.
Status() - Constructor for class io.vertx.ext.healthchecks.Status
Creates a new instance of Status with default values.
Status(Status) - Constructor for class io.vertx.ext.healthchecks.Status
Creates a new instance of Status by copying the given Status.
Status(JsonObject) - Constructor for class io.vertx.ext.healthchecks.Status
Creates a new instance of Status from the given JSON structure.
StatusConverter - Class in io.vertx.ext.healthchecks
Converter for Status.
StatusConverter() - Constructor for class io.vertx.ext.healthchecks.StatusConverter
 

T

toJson() - Method in class io.vertx.ext.healthchecks.Status
Builds the JSON representation of the current Status instance.
toJson(Status, JsonObject) - Static method in class io.vertx.ext.healthchecks.StatusConverter
 
toJson(Status, Map<String, Object>) - Static method in class io.vertx.ext.healthchecks.StatusConverter
 

U

unregister(String) - Method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Unregisters a procedure.
unregister(String) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Unregisters a procedure.
C F G H I K O R S T U 
Skip navigation links
vertx-health-check 3.8.1.redhat-00005

Copyright © 2019 Eclipse. All rights reserved.