Configuration Stream ElementΒΆ

Configuration elements follow the configuration protocol outlined in the ZMQ API. Configuration stream elements contain one mandatory field and one optional field: address and message respectively.

{
    "address" : "string",
    "message" : "json"
}
  • address is a url to a zmq socket.

  • message is any user defined configuration that the user wants to pass on, apart from passing this on this field is completely ignore by Nimble. The message must be valid JSON.