Class: TuneMyGc::EndRequestSubscriber

Inherits:
Subscriber
  • Object
show all
Defined in:
lib/tunemygc/request_subscriber.rb

Instance Method Summary collapse

Methods inherited from Subscriber

#publish, #start

Instance Method Details

#finish(name, id, payload) ⇒ Object



13
14
15
16
# File 'lib/tunemygc/request_subscriber.rb', line 13

def finish(name, id, payload)
  TuneMyGc.snapshot(:REQUEST_PROCESSING_ENDED)
  TuneMyGc.interposer.check_uninstall
end