java.lang.Object
io.quarkus.opentelemetry.runtime.exporter.otlp.sender.VertxHttpSender
All Implemented Interfaces:
io.opentelemetry.exporter.internal.http.HttpSender

public final class VertxHttpSender extends Object implements io.opentelemetry.exporter.internal.http.HttpSender
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.opentelemetry.exporter.internal.http.HttpSender

    io.opentelemetry.exporter.internal.http.HttpSender.Response
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    VertxHttpSender(URI baseUri, String signalPath, boolean compressionEnabled, Duration timeout, Map<String,String> headersMap, String contentType, Consumer<io.vertx.core.http.HttpClientOptions> clientOptionsCustomizer, io.vertx.core.Vertx vertx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(io.opentelemetry.exporter.internal.marshal.Marshaler marshaler, int contentLength, Consumer<io.opentelemetry.exporter.internal.http.HttpSender.Response> onHttpResponseRead, Consumer<Throwable> onError)
     
    io.opentelemetry.sdk.common.CompletableResultCode
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • VertxHttpSender

      public VertxHttpSender(URI baseUri, String signalPath, boolean compressionEnabled, Duration timeout, Map<String,String> headersMap, String contentType, Consumer<io.vertx.core.http.HttpClientOptions> clientOptionsCustomizer, io.vertx.core.Vertx vertx)
  • Method Details

    • send

      public void send(io.opentelemetry.exporter.internal.marshal.Marshaler marshaler, int contentLength, Consumer<io.opentelemetry.exporter.internal.http.HttpSender.Response> onHttpResponseRead, Consumer<Throwable> onError)
      Specified by:
      send in interface io.opentelemetry.exporter.internal.http.HttpSender
    • shutdown

      public io.opentelemetry.sdk.common.CompletableResultCode shutdown()
      Specified by:
      shutdown in interface io.opentelemetry.exporter.internal.http.HttpSender