-
Notifications
You must be signed in to change notification settings - Fork 4
XRayNoOpEmitter
pokryfka edited this page Aug 4, 2020
·
4 revisions
Implements XRayEmitter
which does not do anything.
public struct XRayNoOpEmitter: XRayEmitter
public init()
public func send(_: XRayRecorder.Segment)
public func flush(_ callback: @escaping (Error?) -> Void)
public func shutdown(_ callback: @escaping (Error?) -> Void)
Generated at 2020-08-17T04:20:53+0000 using swift-doc 1.0.0-beta.4.
Types
- AnyCodable
- AnyDecodable
- AnyEncodable
- XRayLogEmitter
- XRayNoOpEmitter
- XRayNoOpRecorder
- XRayRecorder
- XRayRecorder.Config
- XRayRecorder.Config.ContextMissingStrategy
- XRayRecorder.Segment
- XRayRecorder.Segment.ID
- XRayRecorder.Timestamp
- XRayRecorder.TraceContext
- XRayRecorder.TraceID
- XRayUDPEmitter
- XRayUDPEmitter.Config
- XRayUDPEmitter.EventLoopGroupProvider
- XRayUDPEmitter.SegmentEncoding