Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit ef7d38b

Browse files
authored
Merge pull request #239 from rabbitmq/rabbitmq-server-batch-betas-lrb
Introduce handle_info callback
2 parents 74037af + 66994ab commit ef7d38b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/rabbit_backing_queue.erl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,9 @@
265265
[ack()], Acc, state())
266266
-> Acc.
267267

268+
%% Called when rabbit_amqqueue_process receives a message via
269+
%% handle_info and it should be processed by the backing
270+
%% queue
271+
-callback handle_info(term(), state()) -> state().
272+
268273
info_keys() -> ?INFO_KEYS.

0 commit comments

Comments
 (0)