Module katja_echo_user

Module with fallback katja_echo implementation.

Behaviours: katja_echo.

Description

Module with fallback katja_echo implementation.

Function Index

events/1 Fallback function to process events.
query/1 Fallback function to process queried events.

Function Details

events/1

events(Events::katja_echo:events()) -> ok

Fallback function to process events. If the user have not been defined a callback to receive events, this function will be called.

query/1

query(Query::any()) -> ok

Fallback function to process queried events. If the user have not been defined a callback to receive events, this function will be called.


Generated by EDoc