Uses of Record Class
com.example.orderplatform.orders.api.OrderCommand
Packages that use OrderCommand
Package
Description
Named order API surface and order domain events consumed by downstream modules.
-
Uses of OrderCommand in com.example.orderplatform.orders.api
Methods in com.example.orderplatform.orders.api with parameters of type OrderCommandModifier and TypeMethodDescriptionOrderManagement.placeOrder(OrderCommand command) Places an order after customer validation and pricing. -
Uses of OrderCommand in com.example.orderplatform.orders.application
Methods in com.example.orderplatform.orders.application with parameters of type OrderCommandModifier and TypeMethodDescriptionOrderApplicationService.placeOrder(OrderCommand command) Places a submitted order and publishes an order-created event after persistence.