tacker.alarm_receiver module

class tacker.alarm_receiver.AlarmReceiver(application)

Bases: Middleware

handle_url(url)
process_request(req)

Called on each request.

If this returns None, the next application down the stack will be executed. If it returns a response then that response will be returned and execution will stop here.

tacker.alarm_receiver.config_opts()