Skip to content

Latest commit

 

History

History
91 lines (44 loc) · 2.08 KB

ubf_bertrpc_plugin.md

File metadata and controls

91 lines (44 loc) · 2.08 KB

Module ubf_bertrpc_plugin

Sample BERT-RPC plugin.

. __Behaviours:__ [`ubf_plugin_stateless`](ubf_plugin_stateless.md).

Function Index

description/0
handlerEvent/1

event handler

.
handlerRpc/1

rpc handler

.
handlerStart/1

start handler

.
handlerStop/3

stop handler

.
info/0
keepalive/0
moduleRestart/1

restart module

.
moduleStart/1

start module

.

Function Details

description/0

description() -> any()

handlerEvent/1

handlerEvent(Event) -> any()

event handler

handlerRpc/1

handlerRpc(Event) -> any()

rpc handler

handlerStart/1

handlerStart(Args) -> any()

start handler

handlerStop/3

handlerStop(Pid, Reason, StateData) -> any()

stop handler

info/0

info() -> any()

keepalive/0

keepalive() -> any()

moduleRestart/1

moduleRestart(Args) -> any()

restart module

moduleStart/1

moduleStart(Args) -> any()

start module