Uses of Class
io.helidon.dbclient.health.DbClientHealthCheck.Builder
-
Uses of DbClientHealthCheck.Builder in io.helidon.dbclient.health
Modifier and TypeMethodDescriptionstatic DbClientHealthCheck.Builder
A fluent API builder to create a fully customized database health check.Set health check parameters usingConfig
node.DbClientHealthCheck.Builder.dml()
Set health check statement type to DML.Customized name of the health check.DbClientHealthCheck.Builder.query()
Set health check statement type to query.Set custom statement.DbClientHealthCheck.Builder.statementName
(String name) Set custom statement name.Deprecated.Set custom timeout to wait for statement execution response.
timeout(Duration)
instead