java.lang.Object
scala.runtime.AbstractFunction1<scala.util.Try<akka.http.scaladsl.model.HttpResponse>,Void>
io.opentelemetry.javaagent.instrumentation.akkahttp.client.OnCompleteHandler
All Implemented Interfaces:
scala.Function1<scala.util.Try<akka.http.scaladsl.model.HttpResponse>,Void>

public class OnCompleteHandler extends scala.runtime.AbstractFunction1<scala.util.Try<akka.http.scaladsl.model.HttpResponse>,Void>
  • Constructor Summary

    Constructors
    Constructor
    Description
    OnCompleteHandler(io.opentelemetry.context.Context context, akka.http.scaladsl.model.HttpRequest request)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(scala.util.Try<akka.http.scaladsl.model.HttpResponse> result)
     

    Methods inherited from class scala.runtime.AbstractFunction1

    andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OnCompleteHandler

      public OnCompleteHandler(io.opentelemetry.context.Context context, akka.http.scaladsl.model.HttpRequest request)
  • Method Details

    • apply

      public Void apply(scala.util.Try<akka.http.scaladsl.model.HttpResponse> result)