JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package com.example.orderplatform.customers
package
com.example.orderplatform.customers
Customer module that owns registered customer identity and exposes customer lookup through its API package.
Related Packages
Package
Description
com.example.orderplatform
Shared application bootstrap, problem exceptions and value objects used across order platform modules.
com.example.orderplatform.customers.api
Named customer API surface used by other modules for customer identity lookups.
com.example.orderplatform.customers.application
com.example.orderplatform.customers.domain
com.example.orderplatform.notifications
Notification module that records notification intents created from order and payment events.
com.example.orderplatform.orders
Order module that validates customers, quotes requested products and publishes order creation events.
com.example.orderplatform.payments
Payment module that reacts to committed orders and authorizes payments against the submitted order total.
com.example.orderplatform.pricing
Pricing module that owns catalog prices and produces validated quotes for order placement.