Merge pull request #239 from rabbitmq/rabbitmq-server-batch-betas-lrb

Introduce handle_info callback
This commit is contained in:
Luke Bakken 2017-11-02 11:22:04 -07:00 committed by GitHub
commit 490800b77b
1 changed files with 5 additions and 0 deletions

View File

@ -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.