Chapter 1. Microservice collaboration
4.1. Types of collaboration: commands, queries, and events
4.1.1. Commands and queries: synchronous collaboration
4.1.2. Events: asynchronous collaboration
4.2. Implementing collaboration
4.2.1. Setting up a project for Loyalty Program
4.2.2. Implementing commands and queries
4.2.3. Implementing commands with HTTP POST or PUT
4.2.4. Implementing queries with HTTP GET
4.2.6. Implementing an event-based collaboration
What's inside