diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2018-12-03 14:52:51 +0000 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2018-12-03 14:52:51 +0000 |
| commit | 0c6fbcf6c00b6907c1525e1f3678979cf4f1476c (patch) | |
| tree | 5d145cd016d0327a425e642d6379c0438542993b | |
| parent | 8132b6eac1a7a0b3fb56c4a9a2202ab7d5a43279 (diff) | |
| download | rabbitmq-server-git-0c6fbcf6c00b6907c1525e1f3678979cf4f1476c.tar.gz | |
Fix rabbit_quorum_queue:status type spec
| -rw-r--r-- | src/rabbit_quorum_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_quorum_queue.erl b/src/rabbit_quorum_queue.erl index e24b907600..f6fabb40bb 100644 --- a/src/rabbit_quorum_queue.erl +++ b/src/rabbit_quorum_queue.erl @@ -74,7 +74,7 @@ -spec infos(rabbit_types:r('queue')) -> rabbit_types:infos(). -spec stat(rabbit_types:amqqueue()) -> {'ok', non_neg_integer(), non_neg_integer()}. -spec cluster_state(Name :: atom()) -> 'down' | 'recovering' | 'running'. --spec status(rabbit_types:vhost(), Name :: atom()) -> rabbit_types:infos() | {error, term()}. +-spec status(rabbit_types:vhost(), Name :: rabbit_misc:resource_name()) -> rabbit_types:infos() | {error, term()}. -define(STATISTICS_KEYS, [policy, |
