Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Request method and URI
    • PUT [base_url]/topics/[topic]
  • Request body
    • Can be empty
    • If provided, it is a JSON object containing topic properties
      • e.g. {"ttl" : [ttl-in-seconds]}

Publish Message

  • Request method and URI
    • POST [base_url]/topics/[topic]/publish
  • Request body
    • JSON object containing payload and optionally transaction write pointer

      Wiki Markup
      { "payload" : [ payload byte array ], "tx_write_ptr" : 12345L,  "autocommit" : true }

 

Consume

Programmatic

TBA