public class EventPublishingSubmitOrderStrategy extends java.lang.Object implements SubmitOrderStrategy
SubmitOrderEvent event when order is submitted.| Constructor and Description |
|---|
EventPublishingSubmitOrderStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
setEventService(EventService eventService) |
void |
submitOrder(OrderModel order)
Submits the order.
|
public void submitOrder(OrderModel order)
SubmitOrderStrategyOrderService.submitOrder(OrderModel). You can have
your own implementation(s) there.submitOrder in interface SubmitOrderStrategyorder - order to submit.public void setEventService(EventService eventService)
Copyright © 2018 SAP SE. All Rights Reserved.