diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2010-10-05 09:36:25 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-10-05 09:36:25 +0100 |
commit | ef9272f109db7fe83af5619c0a4219ae655b3a15 (patch) | |
tree | dbd721029767d9cf3487796f634f9632052c4c89 /include/rabbit_backing_queue_spec.hrl | |
parent | 4922c67a549b57d89e0ced8d735591e6fd64c8c0 (diff) | |
download | rabbitmq-server-ef9272f109db7fe83af5619c0a4219ae655b3a15.tar.gz |
cosmetics and minor refactoring
Diffstat (limited to 'include/rabbit_backing_queue_spec.hrl')
-rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index 9d532656..cc086d3c 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -46,9 +46,9 @@ -spec(purge/1 :: (state()) -> {purged_msg_count(), state()}). -spec(publish/3 :: (rabbit_types:basic_message(), confirm_required(), state()) -> state()). --spec(publish_delivered/4 :: - (ack_required(), rabbit_types:basic_message(), confirm_required(), state()) - -> {ack(), state()}). +-spec(publish_delivered/4 :: (ack_required(), rabbit_types:basic_message(), + confirm_required(), state()) -> + {ack(), state()}). -spec(fetch/2 :: (ack_required(), state()) -> {fetch_result(), state()}). -spec(ack/2 :: ([ack()], state()) -> {state(), [rabbit_guid:guid()]}). -spec(tx_publish/3 :: (rabbit_types:txn(), rabbit_types:basic_message(), state()) -> state()). |