Service | Description |
pub.publish:deliver | Delivers a document to a specified destination. |
pub.publish:deliverAndWait | Delivers a document to a specified destination and waits for a response. |
pub.publish:publish | Publishes a document locally or to a configured messaging provider (Universal Messaging or Broker). Any clients (triggers) with subscriptions to documents of this type will receive the document. |
pub.publish:publishAndWait | Publishes a document locally or to a configured messaging provider (Universal Messaging or Broker) and waits for a response. Any clients (triggers) with subscriptions for the published document will receive the document. |
pub.publish:reply | Delivers a reply document in answer to a document received by the client. |
pub.publish:waitForReply | Retrieves the reply document for a request published asynchronously. |