Skip to content

Commit

Permalink
Update factcast-site/documentation-docsy/content/en/Usage/Hitchhikers…
Browse files Browse the repository at this point in the history
…Guide/extend-projection-db-support.md

Co-authored-by: Benedikt Kaiser <33041245+bedaka@users.noreply.github.com>
  • Loading branch information
uweschaefer and bedaka committed Jun 13, 2024
1 parent e0e43f0 commit 28f6e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ When designing a projection implementation you'll need to consider the following
### General Structure

Projection implementations are usually provided via an abstract class that is extended by the actual projections within your
services. Apart from to your desired class hierarchy, projections need to implement the `FactStreamPositionAware`,
services. Apart from your desired class hierarchy, projections need to implement the `FactStreamPositionAware`,
`WriterTokenAware` and `Projection` interfaces and optionally also `Named`.

Let's imagine you implement support for the XYZ data store.
Expand Down

0 comments on commit 28f6e73

Please sign in to comment.