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: SenderApp¶
Get running app :returns: app
- Return type:
SenderApp
- property config: SettingsSender¶
Get app config :returns: app config
- Return type:
SettingsSender