W3cubDocs

/Symfony 4.1

MessageBus

class MessageBus implements MessageBusInterface

Methods

__construct(iterable $middlewareHandlers = array())
mixed dispatch(object|Envelope $message)

Dispatches the given message.

Details

__construct(iterable $middlewareHandlers = array())

Parameters

iterable $middlewareHandlers

mixed dispatch(object|Envelope $message)

Dispatches the given message.

The bus can return a value coming from handlers, but is not required to do so.

Parameters

object|Envelope $message The message or the message pre-wrapped in an envelope

Return Value

mixed

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Messenger/MessageBus.html