Module em_filter_sup

Behaviours: supervisor.

Function Index

start_link/3Starts the supervisor with a specific filter name, handler module, and port.
stop/1Stops the supervisor and its children.

Function Details

start_link/3

start_link(FilterName, HandlerModule, Port) -> any()

Starts the supervisor with a specific filter name, handler module, and port.

stop/1

stop(SupName) -> any()

Stops the supervisor and its children.


Generated by EDoc