Class NoOpTelemetry$

java.lang.Object
org.apache.pekko.http.impl.engine.http2.NoOpTelemetry$
All Implemented Interfaces:
TelemetrySpi

public class NoOpTelemetry$ extends Object implements TelemetrySpi
INTERNAL API
  • Field Details

    • MODULE$

      public static final NoOpTelemetry$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • NoOpTelemetry$

      public NoOpTelemetry$()
  • Method Details

    • client

      public org.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,HttpRequest,HttpResponse,HttpResponse,org.apache.pekko.NotUsed> client()
      Description copied from interface: TelemetrySpi
      Flow to intercept server connections. When run the flow will have the ClientMeta attribute set.
      Specified by:
      client in interface TelemetrySpi
      Returns:
      (undocumented)
    • serverBinding

      public org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection,org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection,org.apache.pekko.NotUsed> serverBinding()
      Description copied from interface: TelemetrySpi
      Flow to intercept server binding.
      Specified by:
      serverBinding in interface TelemetrySpi
      Returns:
      (undocumented)
    • serverConnection

      public org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,HttpRequest,HttpRequest,org.apache.pekko.NotUsed> serverConnection()
      Description copied from interface: TelemetrySpi
      Flow to intercept server connections.
      Specified by:
      serverConnection in interface TelemetrySpi
      Returns:
      (undocumented)