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
FYI:
prooph/service-bus < v4.0 contained an interface for message dispatchers. Currently, all available message dispatchers still implement the interface because I had no time yet to adjust them.
Since v4.0 an interface is no longer required as a message dispatcher can use Prooph\Common\Messaging\MessageConverter to translate messages to plain PHP arrays independently.
My plan is to adjust the existing message dispatchers to be __invokeable. So a message dispatcher can act as a callable message handler and no further plugins are needed to integrate the message dispatcher.
In combination with the ServiceLocatorPlugin you are then able to lazy load a message dispatcher.
I'll provide the adapter, when I have some time left.
The text was updated successfully, but these errors were encountered: