Module cloudi_core_i_app

CloudI Application

.

Copyright © 2009-2023 Michael Truog

Version: 2.0.7 Oct 26 2023 12:17:23 ------------------------------------------------------------------------

Behaviours: application.

Authors: Michael Truog (mjtruog at protonmail dot com).

Description

CloudI Application

Function Index

start/2

Start the CloudI application.

.
start_phase/3

Start phase of the CloudI application.

The init phase is after cloudi_core has started.
stop/1

Stop the CloudI application.

.
test/0

Is cloudi_core being ran during a test with eunit or ct?

.

Function Details

start/2

start(StartType::normal | {takeover, node()} | {failover, node()}, StartArgs::any()) -> {ok, Pid::pid()} | {error, Reason::any()}

Start the CloudI application.

start_phase/3

start_phase(Phase::atom(), StartType::normal | {takeover, node()} | {failover, node()}, PhaseArgs::any()) -> ok | {error, Reason::any()}

Start phase of the CloudI application.

The init phase is after cloudi_core has started.

stop/1

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

Stop the CloudI application.

test/0

test() -> boolean()

Is cloudi_core being ran during a test with eunit or ct?


Generated by EDoc