Behaviours: gen_server.
code_change/3 | |
delete_all/1 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
register/2 | |
start_link/1 | |
terminate/2 |
code_change(OldVsn, State, Extra) -> any()
delete_all(CollectorPid) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(X1, State) -> any()
init(X1) -> any()
register(CollectorPid::pid(), Q::pid()) -> ok
start_link(ProcName::rabbit_types:proc_name()) -> rabbit_types:ok_pid_or_error()
terminate(Reason, State) -> any()
Generated by EDoc