@Health @ApplicationScoped public class KafkaCdiMetrics extends Object implements org.eclipse.microprofile.health.HealthCheck
| Constructor and Description |
|---|
KafkaCdiMetrics() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.health.HealthCheckResponse |
call() |
long |
getClosedConsumers() |
long |
getCreatedConsumers() |
long |
getStartedConsumers() |
boolean |
healthy() |
public org.eclipse.microprofile.health.HealthCheckResponse call()
call in interface org.eclipse.microprofile.health.HealthCheckpublic long getCreatedConsumers()
public long getStartedConsumers()
public long getClosedConsumers()
public boolean healthy()
Copyright © 2019 JBoss by Red Hat. All rights reserved.