Behaviours: gen_server.
export(Records) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
init(Opts) -> any()
start_link(Opts) -> any()
Generated by EDoc