-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
Eg.
#[Handler(Some::class)]
#[Handler(Other::class)]
#[Route('sync')]
As replacements/alternatives for
'routing' => [
'App\Message\SmsNotification' => 'sync',
],
and MessageHandlerInterface
🤪
Perhaps it's considerable to expose some tools in a contract package, for other bus implementors to leverage. But Messenger component will do i guess. We could even think of a interop messge bus contract.
derrabus, root-aza, sstok, ovrflo, zmitic and 3 moretchafack