Module cpg_app

CPG Application

.

Copyright © 2012-2017 Michael Truog

Version: 1.7.1 Nov 26 2020 15:22:42 ------------------------------------------------------------------------

Behaviours: application.

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

Description

CPG Application

Function Index

group_storage/0

Provide the CPG group_storage configuration.

Must be a module that provides a dict interface (an interface based on the dict module).
listen_type/0

Determine how CPG will monitor node connections.

.
start/2

Start the CPG application.

.
stop/1

Stop the CPG application.

.

Function Details

group_storage/0

group_storage() -> any()

Provide the CPG group_storage configuration.

Must be a module that provides a dict interface (an interface based on the dict module).

listen_type/0

listen_type() -> any()

Determine how CPG will monitor node connections.

start/2

start(X1, X2) -> any()

Start the CPG application.

stop/1

stop(X1) -> any()

Stop the CPG application.


Generated by EDoc