Uses of Record Class
com.example.orderplatform.orders.api.OrderSummary
Packages that use OrderSummary
Package
Description
Named order API surface and order domain events consumed by downstream modules.
-
Uses of OrderSummary in com.example.orderplatform.orders.api
Methods in com.example.orderplatform.orders.api that return OrderSummaryModifier and TypeMethodDescriptionRetrieves an order by identifier.OrderManagement.placeOrder(OrderCommand command) Places an order after customer validation and pricing. -
Uses of OrderSummary in com.example.orderplatform.orders.application
Methods in com.example.orderplatform.orders.application that return OrderSummaryModifier and TypeMethodDescriptionRetrieves a persisted order summary.OrderApplicationService.placeOrder(OrderCommand command) Places a submitted order and publishes an order-created event after persistence.OrderStore.save(UUID id, OrderDraft draft, OffsetDateTime createdAt) Persists a submitted order draft.Methods in com.example.orderplatform.orders.application that return types with arguments of type OrderSummaryModifier and TypeMethodDescriptionFinds an order by identifier.