Class 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 Detail

      • append

        public int append​(io.jaegertracing.internal.JaegerSpan span)
                   throws io.jaegertracing.internal.exceptions.SenderException
        Specified by:
        append in interface io.jaegertracing.spi.Sender
        Throws:
        io.jaegertracing.internal.exceptions.SenderException
      • flush

        public int flush()
                  throws io.jaegertracing.internal.exceptions.SenderException
        Specified by:
        flush in interface io.jaegertracing.spi.Sender
        Throws:
        io.jaegertracing.internal.exceptions.SenderException
      • close

        public int close()
                  throws io.jaegertracing.internal.exceptions.SenderException
        Specified by:
        close in interface io.jaegertracing.spi.Sender
        Throws:
        io.jaegertracing.internal.exceptions.SenderException