-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Overhaul the sample project
The old sample was confusing because it tried to do too much for one, and also because the concepts of HTTP and message interactions were split across multiple examples. There was also a separate Readme sample which effectively just did the same thing as the canonical example. Now there's one combined sample which demonstrates the most commonly used features of both HTTP and message interactions, matchers and provider states. It's presented in a much more realistic scenario of a fulfilment component which responds to orders being created via pubsub and then updates the order, so should be easier to intuitively understand.
- Loading branch information
1 parent
3d72f08
commit 9a4aea9
Showing
94 changed files
with
1,175 additions
and
2,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.