@NonNullApi
Package com.broadleafcommerce.orderoperation.service.messaging.ordercreated
- 
Interface Summary Interface Description OrderCreatedConsumer Spring cloud data channel description for messaging input.OrderCreatedProducer Spring cloud data channel description for messaging output.VoucherGenerationCompletionProducer Spring cloud data channel description for messaging output. - 
Class Summary Class Description AbstractAutoStatusChangeOrderCreatedListener AutoCaptureVirtualOrderCreatedListener Event listener that listens forOrderCreatedEvents, identifies theOrderFulfillmentsthat should be processed immediately, and puts them into theOrderFulfillmentStatus.CAPTURING_PAYMENTstatus to be captured.AutoFulfillVirtualOrderCreatedListener Event listener that listens forOrderCreatedEvents, identifies theOrderFulfillmentsthat should be fulfilled immediately, and fulfills them.OrderCreatedEvent A message event dispatched after an order has been created successfully.VoucherCodeGenerationOrderCreatedListener An event listener that triggers when order is successfully created.