class Partiarelic::GrpcApp

Public Instance Methods

manual_start(reqeust_, call_) click to toggle source
# File lib/partiarelic/grpc.rb, line 6
def manual_start(reqeust_, call_)
  NewRelic::Agent.manual_start
  Partiarelic::V1::ManualStartResponse.new
end