txghbot.WebhookDispatchServiceMaker(object) class documentationtxghbot
(View In Hierarchy)
Implements interfaces: twisted.application.service.IServiceMaker, twisted.plugin.IPlugin
Make the web hook dispatching twisted.application.service.Service
| Method | __init__ | Undocumented |
| Method | makeService | Create the service. |
Create the service.
| Parameters | config | the command line configuration for this service. (type: a dict-like
object) |
| Returns | an twisted.application.service.IService-providing
object. (type: twisted.application.service.IService) | |