This module defines the kflow_gen_reduce behaviour.
Required callback functions: in/3, out/1.
Optional callback functions: init/1, terminate/1.
handle_flush/2 | |
handle_message/3 | |
init/2 | |
terminate/2 |
handle_flush(State, X2) -> any()
handle_message(Msg, State0, Config) -> any()
init(NodeId, X2) -> any()
terminate(S, X2) -> any()
Generated by EDoc