You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By taking advantage of Microsoft's DI we will be able to inject any number of parameters when instantiating new handlers rather than the current hard coded logic.
The current logic will use a constructor with a single parameter of type ILogger, or a parameterless constructor.
Using DI will allow developers to use any number of parameters in their implementation of the IMessageHandler interface.
The text was updated successfully, but these errors were encountered:
By taking advantage of Microsoft's DI we will be able to inject any number of parameters when instantiating new handlers rather than the current hard coded logic.
The current logic will use a constructor with a single parameter of type
ILogger
, or a parameterless constructor.Using DI will allow developers to use any number of parameters in their implementation of the
IMessageHandler
interface.The text was updated successfully, but these errors were encountered: