Method: NewRelic::Agent::PipeService#session
- Defined in:
- lib/new_relic/agent/pipe_service.rb
#session ⇒ Object
Invokes the block it is passed. This is used to implement HTTP keep-alive in the NewRelicService, and is a required interface for any Service class.
75 76 77 |
# File 'lib/new_relic/agent/pipe_service.rb', line 75 def session yield end |