Neos\ContentRepository\Core\EventStore
Classes
If you want to publish an event with certain metadata, you can use DecoratedEvent
Central authority to convert Content Repository domain events to Event Store EventData and EventType, vice versa.
A set of Content Repository "domain events", part of {EventsToPublish}
Result of {CommandHandlerInterface::handle()} that basically represents an {EventStoreInterface::commit()} call but allows for intercepting and decorating events in {ContentRepository::handle()}
A set of Content Repository "domain events"
Interfaces
Common interface for all Content Repository "domain events"