Module yz_events

Functionality related to events.

Description

Functionality related to events. This is the single producer of writes to the ETS table yz_events.

Function Index

add_guarded_handler/2
code_change/3
create_table/0Called by yz_general_sup to create the p ETS table used to track registered events.
handle_call/2
handle_event/2
handle_info/2
init/1
start_link/0
terminate/2

Function Details

add_guarded_handler/2

add_guarded_handler(Handler, Args) -> any()

code_change/3

code_change(X1, S, X3) -> any()

create_table/0

create_table() -> ok

Called by yz_general_sup to create the p ETS table used to track registered events. Created when we add the handler after the supervisor is already up for yz_events.

handle_call/2

handle_call(Req, S) -> any()

handle_event/2

handle_event(Msg, S) -> any()

handle_info/2

handle_info(X1, S) -> any()

init/1

init(X1) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, S) -> any()


Generated by EDoc