CommandBus
final class CommandBus (View source)
internal |
Implementation Detail of {ContentRepository::handle}, which does the command dispatching to the different {CommandHandlerInterface} implementation.
Methods
EventsToPublish
Details
__construct(CommandHandlerInterface ...$handlers)
No description
EventsToPublish
handle(CommandInterface $command, ContentRepository $contentRepository)
No description