Fallback
Fallback(
valueOrFn): (target,propertyKey,descriptor) =>void
Defined in: src/plugins/resilience/decorators.ts:59
Parameters
Section titled “Parameters”valueOrFn
Section titled “valueOrFn”any
Returns
Section titled “Returns”(
target,propertyKey,descriptor):void
Parameters
Section titled “Parameters”target
Section titled “target”any
propertyKey
Section titled “propertyKey”string
descriptor
Section titled “descriptor”PropertyDescriptor
Returns
Section titled “Returns”void