Base handler

Base handler

Module realize base class for all handlers.

class luna_sender.app.handlers.base_handler.BaseSenderRequestHandler(request)[source]

Base handler for other handlers. .. attribute:: accountId

request account id

redisContext

redis context

property app: app.app.SenderApp

Get running app :returns: app

Return type

SenderApp

property config: configs.configs.configs.services.sender.SettingsSender

Get app config :returns: app config

Return type

SettingsSender