Class MpTracingCdiExtension

  • All Implemented Interfaces:
    Extension

    public class MpTracingCdiExtension
    extends Object
    implements Extension
    CDI extension for Microprofile Tracing implementation.
    • Constructor Detail

      • MpTracingCdiExtension

        public MpTracingCdiExtension()
    • Method Detail

      • observeBeforeBeanDiscovery

        public void observeBeforeBeanDiscovery​(@Observes
                                               BeforeBeanDiscovery bbd)
        Add our beans to CDI, so we do not need to use beans.xml.
        Parameters:
        bbd - CDI event