Recipes
This section contains different recipes for different aspects of Cratis:
Topic | Description |
---|---|
Creating an event | How to create an event |
Appending an event to the log | How to append an event to the event log |
Observing events in the event log | How to observe and react to events that are appended to the event log |
Creating a public event | How to create a public event |
Projecting to the outbox | How to project from private events to the outbox |
Appending an event to the outbox | How to append an event to the event log |
Observing events in the inbox | How to observe and react to events that are appended to the inbox |
Extending Rules | How to create your own custom rules to be applied in your domain. |