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.payments
package
com.example.orderplatform.payments
Payment module that reacts to committed orders and authorizes payments against the submitted order total.
Related Packages
Package
Description
com.example.orderplatform
Shared application bootstrap, problem exceptions and value objects used across order platform modules.
com.example.orderplatform.payments.api
Named payment API surface and payment events consumed by notification workflows.
com.example.orderplatform.payments.application
com.example.orderplatform.payments.domain
com.example.orderplatform.customers
Customer module that owns registered customer identity and exposes customer lookup through its API package.
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.pricing
Pricing module that owns catalog prices and produces validated quotes for order placement.