java.lang.Object
org.wildfly.extension.microprofile.health.deployment.CDIExtension
All Implemented Interfaces:
jakarta.enterprise.inject.spi.Extension

public class CDIExtension extends Object implements jakarta.enterprise.inject.spi.Extension
Author:
Jeff Mesnil (c) 2017 Red Hat inc.
  • Constructor Details

  • Method Details

    • beforeShutdown

      public void beforeShutdown(@Observes jakarta.enterprise.inject.spi.BeforeShutdown bs)
      Called when the deployment is undeployed.

      Remove all the instances of HealthCheck from the MicroProfileHealthReporter.

    • vetoSmallryeHealthReporter

      public void vetoSmallryeHealthReporter(@Observes jakarta.enterprise.inject.spi.ProcessAnnotatedType<io.smallrye.health.SmallRyeHealthReporter> pat)