diff options
| author | Tony Garnock-Jones <tonyg@kcbbs.gen.nz> | 2009-12-02 06:09:11 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@kcbbs.gen.nz> | 2009-12-02 06:09:11 +0000 |
| commit | 8643064c82a17e36c38fb09098868c76ffc86add (patch) | |
| tree | 8ab48e1c1a1d13cba5ada9c81f435a6f6146b847 /include | |
| parent | 3bc4d27f0b3df7c98e16a7a2b121dbc22461dd20 (diff) | |
| download | rabbitmq-server-git-8643064c82a17e36c38fb09098868c76ffc86add.tar.gz | |
Use mnesia table events instead of in-transaction callbacks.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_exchange_behaviour_spec.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rabbit_exchange_behaviour_spec.hrl b/include/rabbit_exchange_behaviour_spec.hrl index 30662af84a..e4e0b7ba00 100644 --- a/include/rabbit_exchange_behaviour_spec.hrl +++ b/include/rabbit_exchange_behaviour_spec.hrl @@ -32,7 +32,6 @@ -spec(description/0 :: () -> [{atom(), any()}]). -spec(publish/2 :: (exchange(), delivery()) -> {routing_result(), [pid()]}). --spec(recover/1 :: (exchange()) -> 'ok'). -spec(init/1 :: (exchange()) -> 'ok'). -spec(delete/1 :: (exchange()) -> 'ok'). -spec(add_binding/2 :: (exchange(), binding()) -> 'ok'). |
