samagra-comms / inbound

0 stars 15 forks source link

Remove manual instance creation of NetcoreWhatsappAdapter #49

Closed chinmoy12c closed 1 year ago

chinmoy12c commented 1 year ago

Manual instance creation leads to tight coupling and makes testing difficult, we need to remove this manual instance creation and let Spring boot handle the instance as a bean.

Part of https://github.com/samagra-comms/adapter/issues/30