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
I think it would be useful to pass a class that called any "queue" methods, such as push(), status() and the rest.
Sometimes user may know which class pushed message to a queue, even if the one may be pushed from a few handlers.
I mean the same functionality as in EventDispatcherInterfaceProxy:
Here was added an integration with
yii-queue
.I think it would be useful to pass a class that called any "queue" methods, such as
push()
,status()
and the rest.Sometimes user may know which class pushed message to a queue, even if the one may be pushed from a few handlers.
I mean the same functionality as in
EventDispatcherInterfaceProxy
:Also the same thing is needed for the
ValidatorCollector
The text was updated successfully, but these errors were encountered: