A message for topic information. More...
A message for topic information.
import "publish.proto";
import "subscribe.proto";
message TopicInfo
{
required string msg_type = 1;
repeated Publish publisher = 2;
repeated Subscribe subscriber = 3;
}
///
1.7.5.1