Class MySQLHealthIndicator
java.lang.Object
io.micronaut.configuration.vertx.mysql.client.health.MySQLHealthIndicator
- All Implemented Interfaces:
io.micronaut.core.order.Ordered
,io.micronaut.management.health.indicator.HealthIndicator
@Requires(beans=io.micronaut.management.endpoint.health.HealthEndpoint.class) @Requires(property="endpoints.health.vertx.mysql.client.enabled",notEquals="false")
@Singleton
public class MySQLHealthIndicator
extends Object
implements io.micronaut.management.health.indicator.HealthIndicator
A
HealthIndicator
for Vertx MySQL client.-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionMySQLHealthIndicator
(io.vertx.reactivex.mysqlclient.MySQLPool client) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.order.Ordered
getOrder
-
Field Details
-
NAME
- See Also:
-
QUERY
- See Also:
-
-
Constructor Details
-
MySQLHealthIndicator
public MySQLHealthIndicator(io.vertx.reactivex.mysqlclient.MySQLPool client) Constructor.- Parameters:
client
- A pool of connections.
-
-
Method Details
-
getResult
public org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult> getResult()- Specified by:
getResult
in interfaceio.micronaut.management.health.indicator.HealthIndicator
-