class TraceableMessageBus implements MessageBusInterface
| __construct(MessageBusInterface $decoratedBus) | ||
| mixed | dispatch(object|Envelope $message) Dispatches the given message. | |
| array | getDispatchedMessages() | |
| reset() |
| MessageBusInterface | $decoratedBus |
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 |
| array |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Messenger/TraceableMessageBus.html