File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ % % The contents of this file are subject to the Mozilla Public License
2
+ % % Version 2.0 (the "License"); you may not use this file except in
3
+ % % compliance with the License. You may obtain a copy of the License
4
+ % % at https://www.mozilla.org/en-US/MPL/2.0/
5
+ % %
6
+ % % Software distributed under the License is distributed on an "AS IS"
7
+ % % basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8
+ % % the License for the specific language governing rights and
9
+ % % limitations under the License.
10
+ % %
11
+ % % The Original Code is RabbitMQ.
12
+ % %
13
+ % % The Initial Developer of the Original Code is Pivotal Software, Inc.
14
+ % % Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
15
+ % %
16
+
1
17
-include_lib (" rabbit/include/rabbit_global_counters.hrl" ).
2
18
3
19
-define (TABLE_CONSUMER , rabbit_stream_consumer_created ).
Original file line number Diff line number Diff line change
1
+ % % The contents of this file are subject to the Mozilla Public License
2
+ % % Version 2.0 (the "License"); you may not use this file except in
3
+ % % compliance with the License. You may obtain a copy of the License
4
+ % % at https://www.mozilla.org/en-US/MPL/2.0/
5
+ % %
6
+ % % Software distributed under the License is distributed on an "AS IS"
7
+ % % basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8
+ % % the License for the specific language governing rights and
9
+ % % limitations under the License.
10
+ % %
11
+ % % The Original Code is RabbitMQ.
12
+ % %
13
+ % % The Initial Developer of the Original Code is Pivotal Software, Inc.
14
+ % % Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
15
+ % %
16
+
1
17
-define (COMMAND_DECLARE_PUBLISHER , 1 ).
2
18
-define (COMMAND_PUBLISH , 2 ).
3
19
-define (COMMAND_PUBLISH_CONFIRM , 3 ).
Original file line number Diff line number Diff line change
1
+ % % The contents of this file are subject to the Mozilla Public License
2
+ % % Version 2.0 (the "License"); you may not use this file except in
3
+ % % compliance with the License. You may obtain a copy of the License
4
+ % % at https://www.mozilla.org/en-US/MPL/2.0/
5
+ % %
6
+ % % Software distributed under the License is distributed on an "AS IS"
7
+ % % basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8
+ % % the License for the specific language governing rights and
9
+ % % limitations under the License.
10
+ % %
11
+ % % The Original Code is RabbitMQ.
12
+ % %
13
+ % % The Initial Developer of the Original Code is Pivotal Software, Inc.
14
+ % % Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
15
+ % %
16
+
1
17
-module (rabbit_stream_core ).
2
18
3
19
-include (" rabbit_stream.hrl" ).
You can’t perform that action at this time.
0 commit comments