| 152 | uint32_t NodeMetaInfo::get_queue_size_limit() { return queue_size_limit; } |
| 153 | |
| 154 | std::map<int64_t, uint32_t> NodeMetaInfo::get_callback_binding() { |
| 155 | return callback_binding; |
| 156 | } |
| 157 | |
| 158 | nlohmann::json NodeMetaInfo::to_json() { |
| 159 | nlohmann::json json_meta_info; |