Module escalus_history_h

Behaviours: gen_event.

Data Types

state()

state() = #state{events = list()}

Function Index

get_history/1
handle_call/2
handle_event/2
handle_info/2
init/1
terminate/2

Function Details

get_history/1

get_history(Mgr::escalus_event:manager()) -> list()

handle_call/2

handle_call(X1::get_history, State::state()) -> {ok, list(), state()}

handle_event/2

handle_event(Event::term(), State::state()) -> {ok, state()}

handle_info/2

handle_info(X1::term(), State::state()) -> {ok, state()}

init/1

init(X1::[]) -> {ok, state()}

terminate/2

terminate(X1::term(), X2::state()) -> ok


Generated by EDoc