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

Introduce handle_info callback #239

Merged
merged 1 commit into from
Nov 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/rabbit_backing_queue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,9 @@
[ack()], Acc, state())
-> 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.