Module riak_api_app

Bootstrapping the Riak Client APIs application.

Behaviours: application.

Description

Bootstrapping the Riak Client APIs application.

Function Index

start/2The application:start callback.
stop/1The application:stop callback.

Function Details

start/2

start(Type, StartArgs) -> {ok, Pid} | {ok, Pid, State} | {error, Reason}

The application:start callback.

stop/1

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

The application:stop callback.


Generated by EDoc