A message is published to this topic when the submission of an order is successfully completed.

$.Topic(PubSub.topicNames.ORDER_SUBMISSION_SUCCESS).publish(orderDetails);
Arguments

orderDetails: A JSON array that includes data for the submitted order, for example:

[{
    message : " success",
    id : "o30501",
    uuid : " 14f03075-1376-46dd-9e2c-1448255efa8f"
}]

The properties in the JSON object include:

Memory enabled

No


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices