Search documentation of X3m System
X3m System
v0.8.5
Pages
Modules
Settings
View Source
X3m.System.Aggregate
behaviour
(X3m System v0.8.5)
Summary
Callbacks
initial_state()
Functions
handle_msg(msg_name, fun)
handle_msg(msg_name, validate_fun, on_success)
initial_state(aggregate_mod)
Callbacks
Link to this callback
initial_state()
View Source
@callback
initial_state() ::
map
()
Functions
Link to this macro
handle_msg(msg_name, fun)
View Source
(macro)
Link to this macro
handle_msg(msg_name, validate_fun, on_success)
View Source
(macro)
Link to this function
initial_state(aggregate_mod)
View Source
@spec
initial_state(
atom
()) ::
X3m.System.Aggregate.State.t
()