rocketmq_remoting/protocol/
header.rs

1/*
2 * Licensed to the Apache Software Foundation (ASF) under one or more
3 * contributor license agreements.  See the NOTICE file distributed with
4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
7 * the License.  You may obtain a copy of the License at
8 *
9 *     http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17pub mod ack_message_request_header;
18pub mod broker;
19pub mod change_invisible_time_request_header;
20pub mod change_invisible_time_response_header;
21pub mod check_transaction_state_request_header;
22pub mod client_request_header;
23pub mod consume_message_directly_result_request_header;
24pub mod consumer_send_msg_back_request_header;
25pub mod create_topic_request_header;
26pub mod delete_subscription_group_request_header;
27pub mod delete_topic_request_header;
28pub mod elect_master_response_header;
29pub mod empty_header;
30pub mod end_transaction_request_header;
31pub mod exchange_ha_info_request_header;
32pub mod exchange_ha_info_response_header;
33pub mod extra_info_util;
34pub mod get_all_topic_config_response_header;
35pub mod get_consume_stats_request_header;
36pub mod get_consumer_connection_list_request_header;
37pub mod get_consumer_listby_group_request_header;
38pub mod get_consumer_listby_group_response_header;
39pub mod get_consumer_running_info_request_header;
40pub mod get_earliest_msg_storetime_response_header;
41pub mod get_max_offset_request_header;
42pub mod get_max_offset_response_header;
43pub mod get_meta_data_response_header;
44pub mod get_min_offset_request_header;
45pub mod get_min_offset_response_header;
46pub mod get_topic_config_request_header;
47pub mod get_topic_stats_info_request_header;
48pub mod get_topic_stats_request_header;
49pub mod heartbeat_request_header;
50pub mod lock_batch_mq_request_header;
51pub mod message_operation_header;
52pub mod namesrv;
53pub mod notification_request_header;
54pub mod notification_response_header;
55pub mod notify_broker_role_change_request_header;
56pub mod notify_consumer_ids_changed_request_header;
57pub mod pop_message_request_header;
58pub mod pop_message_response_header;
59pub mod pull_message_request_header;
60pub mod pull_message_response_header;
61pub mod query_consume_time_span_request_header;
62pub mod query_consumer_offset_request_header;
63pub mod query_consumer_offset_response_header;
64pub mod query_message_request_header;
65pub mod query_message_response_header;
66pub mod query_subscription_by_consumer_request_header;
67pub mod query_topic_consume_by_who_request_header;
68pub mod query_topics_by_consumer_request_header;
69pub mod reply_message_request_header;
70pub mod reset_master_flush_offset_header;
71pub mod reset_offset_request_header;
72pub mod search_offset_response_header;
73pub mod unlock_batch_mq_request_header;
74pub mod unregister_client_request_header;
75pub mod update_consumer_offset_header;
76pub mod view_message_request_header;
77pub mod view_message_response_header;