Type Alias MongodbCircuitBreakerStorageAdapterSettings
MongodbCircuitBreakerStorageAdapterSettings: { client: MongoClient; collectionName?: string; collectionSettings?: CollectionOptions; database: Db; serde: ISerde<string>;} Type declaration
client: MongoClient
OptionalcollectionName?: string
OptionalcollectionSettings?: CollectionOptions
database: Db
serde: ISerde<string>
IMPORT_PATH:
"@daiso-tech/core/circuit-breaker/mongodb-circuit-breaker-storage-adapter"