class ElasticAPM::Span::Context

@api private

def initialize(db: nil, http: nil)

def initialize(db: nil, http: nil)
  @db = db && Db.new(db)
  @http = http && Http.new(http)
end