summaryrefslogtreecommitdiff
path: root/include/rabbit_exchange_behaviour_spec.hrl
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2009-12-17 20:07:48 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2009-12-17 20:07:48 +0000
commitdae4d5cbef1262b291af716eb989233202ccc8bb (patch)
tree60ab0a9286f9feb95560e31d56182405bd66f0df /include/rabbit_exchange_behaviour_spec.hrl
parentbb173a12eb269eeca191369b8ac71dffce8292a1 (diff)
parent5dff43f73928720d7d4dd592f8db983976549b8c (diff)
downloadrabbitmq-server-bug22068.tar.gz
Merge default into bug22068bug22068
Diffstat (limited to 'include/rabbit_exchange_behaviour_spec.hrl')
-rw-r--r--include/rabbit_exchange_behaviour_spec.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit_exchange_behaviour_spec.hrl b/include/rabbit_exchange_behaviour_spec.hrl
index 30662af8..7e965fc7 100644
--- a/include/rabbit_exchange_behaviour_spec.hrl
+++ b/include/rabbit_exchange_behaviour_spec.hrl
@@ -32,7 +32,7 @@
-spec(description/0 :: () -> [{atom(), any()}]).
-spec(publish/2 :: (exchange(), delivery()) -> {routing_result(), [pid()]}).
--spec(recover/1 :: (exchange()) -> 'ok').
+-spec(declare/1 :: (exchange()) -> 'ok').
-spec(init/1 :: (exchange()) -> 'ok').
-spec(delete/1 :: (exchange()) -> 'ok').
-spec(add_binding/2 :: (exchange(), binding()) -> 'ok').