Class KafkaStreamsTopicsHealthCheck

java.lang.Object
io.quarkus.kafka.streams.runtime.health.KafkaStreamsTopicsHealthCheck
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck

@Readiness @ApplicationScoped public class KafkaStreamsTopicsHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
  • Field Details

  • Constructor Details

    • KafkaStreamsTopicsHealthCheck

      public KafkaStreamsTopicsHealthCheck()
  • Method Details

    • init

      @PostConstruct public void init()
    • call

      public org.eclipse.microprofile.health.HealthCheckResponse call()
      Specified by:
      call in interface org.eclipse.microprofile.health.HealthCheck