@Requires(classes=io.micronaut.management.health.indicator.HealthIndicator.class)
@Singleton
public class Neo4jHealthIndicator
extends java.lang.Object
implements io.micronaut.management.health.indicator.HealthIndicator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
Neo4jHealthIndicator(org.neo4j.driver.Driver boltDriver,
java.util.concurrent.ExecutorService ioExecutor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult> |
getResult() |
public static final java.lang.String NAME