dev-master
9999999-devWith this Bundle we can send all the events which were generated by entitis at SimpleBus
Apache-2.0
The Requires
doctrine entity symfony simplebus domain events
With this Bundle we can send all the events which were generated by entitis at SimpleBus
With this Bundle we can send all the events which were generated by entities at SimpleBus, (*1)
$bundles = [ ... new MR\DoctrineDomainEventsBundle\DoctrineDomainEventsBundle(), ... ];
use SimpleBus\Message\Recorder\{PrivateMessageRecorderCapabilities, ContainsRecordedMessages}; class EntityName implements ContainsRecordedMessages { use PrivateMessageRecorderCapabilities; public function __construct() { $this->record( new EventClass( 'value1', 'value2' ) ); } }
With this Bundle we can send all the events which were generated by entitis at SimpleBus
Apache-2.0
doctrine entity symfony simplebus domain events