Module openflax.handler

Generic behaviour for OpenFlax handlers.

Description

Generic behaviour for OpenFlax handlers.

This module defines the interface that all OpenFlax handlers should export, and any common functionality that they should share.

Function Index

behaviour_info/1Yields a list of functions which must be exported by each handler module that implements this behaviour.
start_all/2Starts all installed handler modules.

Function Details

behaviour_info/1

behaviour_info(X1::callbacks) -> [{function_name(), arity()}]

Yields a list of functions which must be exported by each handler module that implements this behaviour.

start_all/2

start_all(GlobalConf::conf(), MasterDict::master_dict()) -> conf()

Starts all installed handler modules. These handlers are listed in the handler -> conf() dictionary passed to start_all/1, which typically is drawn from the configuration files.