Behaviours: katja_echo.
events/1 | Fallback function to process events. |
query/1 | Fallback function to process queried events. |
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(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