Package io.quarkiverse.cxf.opentelemetry
Class OpenTelemetryCustomizer
java.lang.Object
io.quarkiverse.cxf.opentelemetry.OpenTelemetryCustomizer
- All Implemented Interfaces:
CxfClientProducer.ClientFactoryCustomizer,CxfHandler.EndpointFactoryCustomizer
@ApplicationScoped
public class OpenTelemetryCustomizer
extends Object
implements CxfClientProducer.ClientFactoryCustomizer, CxfHandler.EndpointFactoryCustomizer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(CXFClientInfo cxfClientInfo, org.apache.cxf.jaxws.JaxWsProxyFactoryBean factory) voidcustomize(CXFServletInfo servletInfo, org.apache.cxf.jaxws.JaxWsServerFactoryBean factory)
-
Field Details
-
INSTRUMENTATION_SCOPE
- See Also:
-
-
Constructor Details
-
OpenTelemetryCustomizer
public OpenTelemetryCustomizer()
-
-
Method Details
-
customize
public void customize(CXFClientInfo cxfClientInfo, org.apache.cxf.jaxws.JaxWsProxyFactoryBean factory) - Specified by:
customizein interfaceCxfClientProducer.ClientFactoryCustomizer
-
customize
public void customize(CXFServletInfo servletInfo, org.apache.cxf.jaxws.JaxWsServerFactoryBean factory) - Specified by:
customizein interfaceCxfHandler.EndpointFactoryCustomizer
-