Copyright © 2012-2017 Michael Truog
Version: 1.7.1 Jun 20 2023 18:22:29 ------------------------------------------------------------------------
Behaviours: application.
Authors: Michael Truog (mjtruog at protonmail dot com).
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.. |
group_storage() -> any()
listen_type() -> any()
start(X1, X2) -> any()
stop(X1) -> any()
Generated by EDoc