Interface TelemetrySpi

  • All Known Implementing Classes:
    NoOpTelemetry$

    public interface TelemetrySpi
    INTERNAL API
    • Method Detail

      • client

        akka.stream.scaladsl.BidiFlow<HttpRequest,​HttpRequest,​HttpResponse,​HttpResponse,​akka.NotUsed> client()
        Flow to intercept server connections. When run the flow will have the ClientMeta attribute set.
        Returns:
        (undocumented)
      • serverBinding

        akka.stream.scaladsl.Flow<akka.stream.scaladsl.Tcp.IncomingConnection,​akka.stream.scaladsl.Tcp.IncomingConnection,​akka.NotUsed> serverBinding()
        Flow to intercept server binding.
        Returns:
        (undocumented)