Class 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.
    • Method Detail

      • 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)