mirror of
https://github.com/ubf/ubf.git
synced 2026-04-19 03:05:42 +00:00
32 lines
774 B
Markdown
32 lines
774 B
Markdown
|
|
|
|
# Module ubf_plugin_stateless #
|
|
* [Description](#description)
|
|
* [Function Index](#index)
|
|
* [Function Details](#functions)
|
|
|
|
|
|
<p>Callbacks for stateless plugin implementations.</p>.
|
|
__This module defines the `ubf_plugin_stateless` behaviour.__
|
|
<br></br>
|
|
Required callback functions: `info/0`, `description/0`, `moduleStart/1`, `moduleRestart/1`, `handlerStart/1`, `handlerStop/3`, `handlerRpc/1`.
|
|
<a name="index"></a>
|
|
|
|
## Function Index ##
|
|
|
|
|
|
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#behaviour_info-1">behaviour_info/1</a></td><td></td></tr></table>
|
|
|
|
|
|
<a name="functions"></a>
|
|
|
|
## Function Details ##
|
|
|
|
<a name="behaviour_info-1"></a>
|
|
|
|
### behaviour_info/1 ###
|
|
|
|
`behaviour_info(Other) -> any()`
|
|
|
|
|