* To be called right after the resource is acquired from the pool. If it * fails, the resource will be destroyed from the pool. The method should be * used to set up the acquired resource.
(requestCtx: Context)
| 65 | * used to set up the acquired resource. |
| 66 | */ |
| 67 | acquire?(requestCtx: Context): ValueOrPromise<void>; |
| 68 | /** |
| 69 | * To be called right before the resource is released to the pool. If it |
| 70 | * fails, the resource will be destroyed from the pool. This method should be |
no outgoing calls
no test coverage detected