Behaviours: application.
start_type() = normal | {takeover, Node::node()} | {failover, Node::node()}
state() = term()
start/2 | |
stop/1 |
start(StartType::start_type(), StartArgs::term()) -> {ok, Pid::pid()} | {ok, Pid::pid(), State::state()} | {error, Reason::term()}
stop(State::state()) -> ok
Generated by EDoc