Module amqp10_client_app

Behaviours: application.

Data Types

start_type()

start_type() = normal | {takeover, Node::node()} | {failover, Node::node()}

state()

state() = term()

Function Index

start/2
stop/1

Function Details

start/2

start(StartType::start_type(), StartArgs::term()) -> {ok, Pid::pid()} | {ok, Pid::pid(), State::state()} | {error, Reason::term()}

stop/1

stop(State::state()) -> ok


Generated by EDoc