MxstProtobufIn
功能
推理业务接收的外部protobuf信息。
结构定义
struct MxstProtobufIn { std::string key; std::shared_ptr<google::protobuf::Message> messagePtr; };
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
key |
输入 |
protobuf数据的key。 |
messagePtr |
输入 |
输入protobuf数据智能指针。 |
父主题: 流程编排数据结构