Class NewRelic::Agent::Instrumentation::MiddlewareProxy::Generator
In: lib/new_relic/agent/instrumentation/middleware_proxy.rb
Parent: Object

This class is used to wrap classes that are passed to Rack::Builder#use without synchronously instantiating those classes. A MiddlewareProxy::Generator responds to new, like a Class would, and passes through arguments to new to the original target class.

Methods

new   new  

Public Class methods

Public Instance methods

[Validate]