Module khepri_event_handler

Behaviours: gen_server.

Function Index

start_link/0
handle_triggered_sprocs/2
init/1
handle_call/3
handle_cast/2
handle_info/2
terminate/2
code_change/3

Function Details

start_link/0

start_link() -> any()

handle_triggered_sprocs/2

handle_triggered_sprocs(StoreId, TriggeredStoredProcs) -> any()

init/1

init(X1) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Request, Khepri_event_handler) -> any()

handle_info/2

handle_info(Info, State) -> any()

terminate/2

terminate(Reason, State) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()


Generated by EDoc