This plugin patches the generic-pool module to bind the callbacks the the caller context.

interface generic_pool {
    enabled?: boolean;
    service?: any;
}

Hierarchy

  • Integration
    • generic_pool

Properties

Properties

enabled?: boolean

Whether to enable the plugin.

Default

true
service?: any

The service name to be used for this plugin.

Generated using TypeDoc