~ubuntu-branches/ubuntu/saucy/rabbitmq-server/saucy-proposed

« back to all changes in this revision

Viewing changes to plugins-src/rabbitmq-erlang-client/include/amqp_gen_consumer_spec.hrl

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2012-06-22 17:48:28 UTC
  • mfrom: (0.2.16) (0.1.28 sid)
  • Revision ID: package-import@ubuntu.com-20120622174828-1t2dts9myai6ogqo
Tags: 2.8.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
%% The Original Code is RabbitMQ.
12
12
%%
13
13
%% The Initial Developer of the Original Code is VMware, Inc.
14
 
%% Copyright (c) 2011-2011 VMware, Inc.  All rights reserved.
 
14
%% Copyright (c) 2011-2012 VMware, Inc.  All rights reserved.
15
15
%%
16
16
 
17
17
-include("amqp_client.hrl").
18
18
 
 
19
-ifndef(edoc).
19
20
-type(state() :: any()).
20
21
-type(consume() :: #'basic.consume'{}).
21
22
-type(consume_ok() :: #'basic.consume_ok'{}).
38
39
                           {reply, any(), state()} | {noreply, state()} |
39
40
                            {error, reason(), state()}).
40
41
-spec(terminate/2 :: (any(), state()) -> state()).
 
42
-endif.