- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 52字
- 2021-07-02 21:54:48
Application layer
This layer is responsible for application logic. It maintains and coordinates the overall flow of the product/service. It does not contain business logic or UI. It may hold the state of application objects, like tasks in progress. For example, your product REST services would be part of this application layer.