I'm trying to make the topic of a subscription configurable [via NestJs Module-Initialization].
The problem is, decorators cannot use values available at Object creation time.
Is there a way to create a Subscription 'manually' and keep the benefits of the Decorator-variant (automatic reconnect, ...)?
I'm trying to make the topic of a subscription configurable [via NestJs Module-Initialization].
The problem is, decorators cannot use values available at Object creation time.
Is there a way to create a Subscription 'manually' and keep the benefits of the Decorator-variant (automatic reconnect, ...)?