Uses of Record Class
com.example.orderplatform.orders.api.OrderCreatedEvent
Packages that use OrderCreatedEvent
Package
Description
-
Uses of OrderCreatedEvent in com.example.orderplatform.notifications.application
Methods in com.example.orderplatform.notifications.application with parameters of type OrderCreatedEventModifier and TypeMethodDescriptionvoidNotificationApplicationService.on(OrderCreatedEvent event) Records a customer notification intent for a committed order. -
Uses of OrderCreatedEvent in com.example.orderplatform.payments.application
Methods in com.example.orderplatform.payments.application with parameters of type OrderCreatedEventModifier and TypeMethodDescriptionvoidPaymentApplicationService.preparePayment(OrderCreatedEvent event) Prepares one pending payment for a committed order.