CatchUpHookFactoryInterface
interface CatchUpHookFactoryInterface (View source)
Methods
build(CatchUpHookFactoryDependencies $dependencies)
Note that a catchup doesn't have access to the full content repository, as it would allow full recursion via handle and accessing other projections state is not safe as the other projection might not be behind - the order is undefined.
Details
CatchUpHookInterface
build(CatchUpHookFactoryDependencies $dependencies)
Note that a catchup doesn't have access to the full content repository, as it would allow full recursion via handle and accessing other projections state is not safe as the other projection might not be behind - the order is undefined.