Skip to content

Commit 366e019

Browse files
committed
Add note about the RunSubscriptionEngineRepositoryManager
1 parent 599cfab commit 366e019

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/pages/getting_started.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,14 @@ $hotelRepository = $repositoryManager->get(Hotel::class);
327327
!!! note
328328

329329
You can find out more about stores [here](store.md).
330+
331+
!!! note
332+
333+
The `RunSubscriptionEngineRepositoryManager` is a decorator that triggers the
334+
Subscription Engine when an Aggregate is saved. Normally, you'd use the
335+
`DefaultRepositoryManager` and a worker to run the Subscription Engine.
336+
337+
Learn more [here](subscription.md).
330338

331339
## Database setup
332340

0 commit comments

Comments
 (0)