java.lang.Object
io.smallrye.reactive.messaging.providers.extension.HealthCenter

@ApplicationScoped public class HealthCenter extends Object
Component responsible to compute the current state of the reactive messaging application.
  • Constructor Details

    • HealthCenter

      public HealthCenter()
  • Method Details

    • getReadiness

      public HealthReport getReadiness()
    • getLiveness

      public HealthReport getLiveness()
    • getStartup

      public HealthReport getStartup()
    • report

      public void report(String source, Throwable cause)
    • reportApplicationFailure

      public void reportApplicationFailure(String method, Throwable cause)
    • isInitialized

      public boolean isInitialized()
    • markInitialized

      public void markInitialized()