Sha256: ee495ea9e00699eb68649632142d3a462df16ce43fdc9fd03c7e0ad8b482cba5
Contents?: true
Size: 312 Bytes
Versions: 7
Compression:
Stored size: 312 Bytes
Contents
module Test module Propagation module Extractor # Extract a SpanContext from the given carrier. # # @param carrier [Carrier] A carrier object # @return [SpanContext, nil] the extracted SpanContext or nil if none could be found def extract(carrier) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems