public class NoOpTelemetry$ extends java.lang.Object implements TelemetrySpi
| Modifier and Type | Field and Description | 
|---|---|
| static NoOpTelemetry$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| NoOpTelemetry$() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,HttpRequest,HttpResponse,HttpResponse,org.apache.pekko.NotUsed> | client()Flow to intercept server connections. | 
| 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()Flow to intercept server binding. | 
| org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,HttpRequest,HttpRequest,org.apache.pekko.NotUsed> | serverConnection()Flow to intercept server connections. | 
public static final NoOpTelemetry$ MODULE$
public org.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,HttpRequest,HttpResponse,HttpResponse,org.apache.pekko.NotUsed> client()
TelemetrySpiclient in interface TelemetrySpipublic 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()
TelemetrySpiserverBinding in interface TelemetrySpipublic org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,HttpRequest,HttpRequest,org.apache.pekko.NotUsed> serverConnection()
TelemetrySpiserverConnection in interface TelemetrySpi