Class WildFlySenderFactory
- java.lang.Object
-
- org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySenderFactory
-
- All Implemented Interfaces:
io.jaegertracing.spi.SenderFactory
public class WildFlySenderFactory extends Object implements io.jaegertracing.spi.SenderFactory
Jaeger client SenderFactory implementation to be able to 'swallow' exceptions when sending the spans to a Jaeger server.- Author:
- Emmanuel Hugonnet (c) 2020 Red Hat, Inc.
-
-
Constructor Summary
Constructors Constructor Description WildFlySenderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jaegertracing.spi.SendergetSender(io.jaegertracing.Configuration.SenderConfiguration configuration)StringgetType()
-
-
-
Method Detail
-
getSender
public io.jaegertracing.spi.Sender getSender(io.jaegertracing.Configuration.SenderConfiguration configuration)
- Specified by:
getSenderin interfaceio.jaegertracing.spi.SenderFactory
-
getType
public String getType()
- Specified by:
getTypein interfaceio.jaegertracing.spi.SenderFactory
-
-