Skip to content

Latest commit

 

History

History
58 lines (22 loc) · 1.78 KB

elli_handler.md

File metadata and controls

58 lines (22 loc) · 1.78 KB

Module elli_handler

This module defines the elli_handler behaviour.
Required callback functions: handle/2, handle_event/3.

Data Types

abstract datatype: callback()

A tuple of a callback_mod() and callback_args().

abstract datatype: callback_args()

Arguments to pass to a callback_mod().

abstract datatype: callback_mod()

A callback module.

abstract datatype: event()

Fired throughout processing a request. See elli_example_callback:handle_event/3 for descriptions.