Module cloudi_core_i_services_internal_reload

CloudI Internal Service Reload

Perform module reloading for internal services, during service development.

Copyright © 2013-2016 Michael Truog

Version: 1.5.5 Jan 10 2017 17:27:59 ------------------------------------------------------------------------

Behaviours: gen_server.

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

CloudI Internal Service Reload

Perform module reloading for internal services, during service development.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
service_add/1
service_remove/1
start_link/0
terminate/2

Function Details

code_change/3

code_change(X1, State, X3) -> any()

handle_call/3

handle_call(Request, X2, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Request, State) -> any()

init/1

init(X1) -> any()

service_add/1

service_add(Service) -> any()

service_remove/1

service_remove(Service) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(X1, X2) -> any()


Generated by EDoc, Jan 10 2017, 17:27:59.