api() = kpro:api()
conn() = kpro:connection()
vsn() = kpro:vsn()
code_change/3 | |
default_version/1 | Get default supported version for the given API. |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
pick_version/2 | Pick API version for the given API. |
start_link/0 | Start process. |
stop/0 | |
terminate/2 |
code_change(OldVsn, State, Extra) -> any()
Get default supported version for the given API.
handle_call(Call, From, State) -> any()
handle_cast(Cast, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
Pick API version for the given API.
start_link() -> {ok, pid()}
Start process.
stop() -> ok
terminate(Reason, State) -> any()
Generated by EDoc