We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e47fdd commit 9110c61Copy full SHA for 9110c61
deps/rabbit/src/amqqueue.erl
@@ -107,9 +107,9 @@
107
%% durable
108
recoverable_slaves = [] :: [atom()] | none | ets:match_pattern(),
109
%% durable, implicit update as above
110
- policy :: binary() | none | undefined | ets:match_pattern(),
+ policy :: proplists:proplist() | none | undefined | ets:match_pattern(),
111
112
- operator_policy :: binary() | none | undefined | ets:match_pattern(),
+ operator_policy :: proplists:proplist() | none | undefined | ets:match_pattern(),
113
%% transient
114
gm_pids = [] :: [{pid(), pid()}] | none | ets:match_pattern(),
115
%% transient, recalculated as above
0 commit comments