This module defines the gen_flow behaviour.
Required callback functions: init/1, read/1, process/2.
| init/4 | TODO. |
| loop/3 | |
| start_link/2 | |
| start_link/3 |
init(Parent, Module, Args, MaxEvents) -> any()
TODO
loop(Parent, Debug, State) -> any()
start_link(Module, Args) -> any()
start_link(Module, MaxEvents, Args) -> any()
Generated by EDoc