class MessageBus implements MessageBusInterface
| __construct(iterable $middlewareHandlers = array()) | ||
| mixed | dispatch(object|Envelope $message) Dispatches the given message. |
| iterable | $middlewareHandlers |
Dispatches the given message.
The bus can return a value coming from handlers, but is not required to do so.
| object|Envelope | $message | The message or the message pre-wrapped in an envelope |
| mixed |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Messenger/MessageBus.html