Interface SharedBullAsyncConfiguration

Hierarchy

  • Pick<ModuleMetadata, "imports">
    • SharedBullAsyncConfiguration

Properties

inject?: (InjectionToken<any> | OptionalFactoryDependency)[]

Optional list of providers to be injected into the context of the Factory function.

Type (class name) of provider (instance to be registered and injected).

useExisting?: Type<SharedBullConfigurationFactory>

Existing Provider to be used.

useFactory?: ((...args: any[]) => QueueProOptions | Promise<QueueProOptions>)

Type declaration

    • (...args: any[]): QueueProOptions | Promise<QueueProOptions>
    • Factory function that returns an instance of the provider to be injected.

      Parameters

      • Rest ...args: any[]

      Returns QueueProOptions | Promise<QueueProOptions>

Generated using TypeDoc