
commontype.MatchInfo.proto Maven / Gradle / Ivy
syntax = "proto3";
package commontype;
option java_multiple_files = true;
option java_package = "com.baidu.bifromq.type";
option java_outer_classname = "MatchInfoProtos";
message MatchInfo {
string topicFilter = 1;
string receiverId = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy