We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@sclable/nestjs-libs / es-cqrs / AsyncProvider
Defined in: packages/es-cqrs/src/interfaces/async-provider.ts:7
Pick
ModuleMetadata
"imports"
T
optional inject: any[]
optional
any
Defined in: packages/es-cqrs/src/interfaces/async-provider.ts:9
optional useClass: Type<AsyncProviderFactory<T>>
Type
AsyncProviderFactory
Defined in: packages/es-cqrs/src/interfaces/async-provider.ts:10
optional useExisting: Type<AsyncProviderFactory<T>>
Defined in: packages/es-cqrs/src/interfaces/async-provider.ts:11
optional useFactory: (...args) => T | Promise<T>
args
Promise
Defined in: packages/es-cqrs/src/interfaces/async-provider.ts:13
...any[]
T | Promise<T>