Class PricingApplicationService

java.lang.Object
com.example.orderplatform.pricing.application.PricingApplicationService
All Implemented Interfaces:
PricingService

@Service @Transactional(readOnly=true) public class PricingApplicationService extends Object implements PricingService
Application service that reads the active catalog and calculates quote totals for order placement.