Module rabbit_queue_collector

Behaviours: gen_server.

Function Index

code_change/3
delete_all/1
handle_call/3
handle_cast/2
handle_info/2
init/1
register/2
start_link/1
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

delete_all/1

delete_all(CollectorPid) -> any()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(X1, State) -> any()

init/1

init(X1) -> any()

register/2

register(CollectorPid::pid(), Q::pid()) -> ok

start_link/1

start_link(ProcName::rabbit_types:proc_name()) -> rabbit_types:ok_pid_or_error()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc