Class NoOpTelemetry$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.NoOpTelemetry$
- All Implemented Interfaces:
- TelemetrySpi
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final NoOpTelemetry$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.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> Flow to intercept server binding.org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse, HttpRequest, HttpRequest, org.apache.pekko.NotUsed> Flow to intercept server connections.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
NoOpTelemetry$public NoOpTelemetry$()
 
- 
- 
Method Details- 
clientpublic org.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,HttpRequest, client()HttpResponse, HttpResponse, org.apache.pekko.NotUsed> Description copied from interface:TelemetrySpiFlow to intercept server connections. When run the flow will have the ClientMeta attribute set.- Specified by:
- clientin interface- TelemetrySpi
- Returns:
- (undocumented)
 
- 
serverBindingpublic org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection,org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection, serverBinding()org.apache.pekko.NotUsed> Description copied from interface:TelemetrySpiFlow to intercept server binding.- Specified by:
- serverBindingin interface- TelemetrySpi
- Returns:
- (undocumented)
 
- 
serverConnectionpublic org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse, serverConnection()HttpRequest, HttpRequest, org.apache.pekko.NotUsed> Description copied from interface:TelemetrySpiFlow to intercept server connections.- Specified by:
- serverConnectionin interface- TelemetrySpi
- Returns:
- (undocumented)
 
 
-