Class: Partiarelic::GrpcApp

Inherits:
V1::App::Service show all
Defined in:
lib/partiarelic/grpc.rb

Instance Method Summary collapse

Instance Method Details

#manual_start(reqeust_, call_) ⇒ Object



6
7
8
9
# File 'lib/partiarelic/grpc.rb', line 6

def manual_start(reqeust_, call_)
  NewRelic::Agent.manual_start
  Partiarelic::V1::ManualStartResponse.new
end