Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example and basic docs for EventSourcedProvider, #79 #102

Merged
merged 4 commits into from
May 11, 2020

Conversation

patriknw
Copy link
Member

@patriknw patriknw commented May 8, 2020

  • examples project in build
  • example and basic docs for EventSourcedProvider
    • Took the ShoppingCart from the cqrs sample, can be good a somewhat realistic
      example that we can use in several places in the documentation

References #79

@@ -0,0 +1,420 @@
package jdocs.eventsourced;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to review the ShoppingCart, it's copied from cqrs sample

@@ -0,0 +1,217 @@
package docs.eventsourced
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to review the ShoppingCart, it's copied from cqrs sample

* Took the ShoppingCart from the cqrs sample, can be good a somewhat realistic
  example that we can use in several places in the documentation
@patriknw patriknw changed the base branch from wip-docs1-patriknw to master May 8, 2020 14:31
@patriknw patriknw marked this pull request as ready for review May 8, 2020 14:31
docs/src/main/paradox/eventsourced.md Outdated Show resolved Hide resolved
@octonato octonato merged commit 9f50f23 into master May 11, 2020
@octonato octonato deleted the wip-docs2-patriknw branch May 11, 2020 08:08
johanandren pushed a commit that referenced this pull request Mar 23, 2023
* throw if unknown DurableStateChange
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants