Package io.helidon.microprofile.tracing
Class MpTracingCdiExtension
- java.lang.Object
-
- io.helidon.microprofile.tracing.MpTracingCdiExtension
-
-
Constructor Summary
Constructors Constructor Description MpTracingCdiExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidobserveBeforeBeanDiscovery(BeforeBeanDiscovery bbd)Add our beans to CDI, so we do not need to usebeans.xml.
-
-
-
Method Detail
-
observeBeforeBeanDiscovery
public void observeBeforeBeanDiscovery(@Observes BeforeBeanDiscovery bbd)
Add our beans to CDI, so we do not need to usebeans.xml.- Parameters:
bbd- CDI event
-
-