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
The Subject() function on the generated handlers build the subject of the handler.
It currently insert wildcards for all the parameters, which is suitable for a subscription that aim to handle any possible parameter.
In some case however, a handler instance may need to subscribe to a specific parameter value.
The simplest would be that Subject() takes some arguments to optionally restrict the module/service subject params.
The text was updated successfully, but these errors were encountered:
The Subject() function on the generated handlers build the subject of the handler.
It currently insert wildcards for all the parameters, which is suitable for a subscription that aim to handle any possible parameter.
In some case however, a handler instance may need to subscribe to a specific parameter value.
The simplest would be that Subject() takes some arguments to optionally restrict the module/service subject params.
The text was updated successfully, but these errors were encountered: