Module sup_bridge

Behaviours: gen_server.

This module defines the sup_bridge behaviour.
Required callback functions: init/1, terminate/2, handle_call/3, handle_cast/2, handle_info/2.

Function Index

behaviour_info/1
code_change/3
get_child_pid/1
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/2
start_link/3
terminate/2

Function Details

behaviour_info/1

behaviour_info(Other) -> any()

code_change/3

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

get_child_pid/1

get_child_pid(Name) -> any()

handle_call/3

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

handle_cast/2

handle_cast(Req, State) -> any()

handle_info/2

handle_info(Req, State) -> any()

init/1

init(X1) -> any()

start_link/2

start_link(Mod, StartArgs) -> any()

start_link/3

start_link(Name, Mod, StartArgs) -> any()

terminate/2

terminate(Reason, State) -> any()