Interface RegisterFlowProducerAsyncOptions

Hierarchy

  • Pick<ModuleMetadata, "imports">
    • RegisterFlowProducerAsyncOptions

Properties

configKey?: string

Shared configuration key.

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

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

name?: string

Flow name.

Default

default

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

Existing Provider to be used.

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

Type declaration

Generated using TypeDoc