Class WildFlySender
- java.lang.Object
-
- org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender
-
- All Implemented Interfaces:
io.jaegertracing.spi.Sender
public class WildFlySender extends Object implements io.jaegertracing.spi.Sender
Jaeger client Sende implementation to be able to 'swallow' exceptions when sending the spans to a Jaeger server.- Author:
- Emmanuel Hugonnet (c) 2020 Red Hat, Inc.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intappend(io.jaegertracing.internal.JaegerSpan span)intclose()intflush()
-
-
-
Method Detail
-
append
public int append(io.jaegertracing.internal.JaegerSpan span) throws io.jaegertracing.internal.exceptions.SenderException- Specified by:
appendin interfaceio.jaegertracing.spi.Sender- Throws:
io.jaegertracing.internal.exceptions.SenderException
-
flush
public int flush() throws io.jaegertracing.internal.exceptions.SenderException- Specified by:
flushin interfaceio.jaegertracing.spi.Sender- Throws:
io.jaegertracing.internal.exceptions.SenderException
-
close
public int close() throws io.jaegertracing.internal.exceptions.SenderException- Specified by:
closein interfaceio.jaegertracing.spi.Sender- Throws:
io.jaegertracing.internal.exceptions.SenderException
-
-