Module kflow_gen_reduce

This module defines the kflow_gen_reduce behaviour.
Required callback functions: in/3, out/1.
Optional callback functions: init/1, terminate/1.

Function Index

handle_flush/2
handle_message/3
init/2
terminate/2

Function Details

handle_flush/2

handle_flush(State, X2) -> any()

handle_message/3

handle_message(Msg, State0, Config) -> any()

init/2

init(NodeId, X2) -> any()

terminate/2

terminate(S, X2) -> any()


Generated by EDoc