Module e2_service_impl

Utility module for implementing custom e2 services.

Copyright © 2011-2016 Garrett Smith

Authors: Garrett Smith ([email protected]).

Description

Utility module for implementing custom e2 services.

Function Index

dispatch_handle_msg/4
dispatch_init/2
dispatch_terminate/3
handle_msg_result/2
init_result/2
service_options/2
set_trap_exit/1
split_options/2

Function Details

dispatch_handle_msg/4

dispatch_handle_msg(Module, Msg, From, State) -> any()

dispatch_init/2

dispatch_init(Module, Args) -> any()

dispatch_terminate/3

dispatch_terminate(Module, Reason, State) -> any()

handle_msg_result/2

handle_msg_result(X1, State) -> any()

init_result/2

init_result(X1, State) -> any()

service_options/2

service_options(Module, Options) -> any()

set_trap_exit/1

set_trap_exit(Module) -> any()

split_options/2

split_options(Module, Options) -> any()


Generated by EDoc