Method: DigitalFabric::AgentProxy#handle_stats_request

Defined in:
lib/tipi/digital_fabric/agent_proxy.rb

#handle_stats_request(id) ⇒ Object



199
200
201
202
# File 'lib/tipi/digital_fabric/agent_proxy.rb', line 199

def handle_stats_request(id)
  stats = @service.get_stats
  send_df_message(Protocol.stats_response(id, stats))
end