Module replayq_registry

Behaviours: gen_server.

Function Index

deregister_committer/1
handle_call/3
handle_cast/2
handle_info/2
init/1
register_committer/2
start_link/0

Function Details

deregister_committer/1

deregister_committer(Pid) -> any()

handle_call/3

handle_call(Register_committer, From, State0) -> any()

handle_cast/2

handle_cast(Cast, State) -> any()

handle_info/2

handle_info(Info, State0) -> any()

init/1

init(Opts) -> any()

register_committer/2

register_committer(Dir0, Pid) -> any()

start_link/0

start_link() -> any()


Generated by EDoc