ProjectionCatchUpTriggerInterface
interface ProjectionCatchUpTriggerInterface (View source)
Interface for a class that (asynchronously) triggers a catchup of affected projections after a {ContentRepository::handle()} call.
Usually, this (asynchronously) triggers {\Neos\ContentRepository\Core\Projection\ProjectionInterface::catchUp()} via a subprocess or an event queue.
Methods
void
Details
void
triggerCatchUp(Projections $projections)
No description