Class KafkaStreamsStateHealthCheck
java.lang.Object
io.quarkus.kafka.streams.runtime.health.KafkaStreamsStateHealthCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Liveness
@ApplicationScoped
public class KafkaStreamsStateHealthCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
kafkaStreams
@Inject protected org.apache.kafka.streams.KafkaStreams kafkaStreams
-
-
Constructor Details
-
KafkaStreamsStateHealthCheck
public KafkaStreamsStateHealthCheck()
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-