Merge pull request #239 from rabbitmq/rabbitmq-server-batch-betas-lrb
Introduce handle_info callback
This commit is contained in:
commit
490800b77b
|
|
@ -265,4 +265,9 @@
|
||||||
[ack()], Acc, state())
|
[ack()], Acc, state())
|
||||||
-> Acc.
|
-> Acc.
|
||||||
|
|
||||||
|
%% Called when rabbit_amqqueue_process receives a message via
|
||||||
|
%% handle_info and it should be processed by the backing
|
||||||
|
%% queue
|
||||||
|
-callback handle_info(term(), state()) -> state().
|
||||||
|
|
||||||
info_keys() -> ?INFO_KEYS.
|
info_keys() -> ?INFO_KEYS.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue