Subscribe Interface Reference

A message for subscription data. More...


Detailed Description

A message for subscription data.


message Subscribe
{
  required string topic    = 1;
  required string host     = 2;
  required uint32 port     = 3;
  required string msg_type = 4;
  optional bool latching   = 5 [default=true];
}

/// 

The documentation for this interface was generated from the following file: