Liking cljdoc? Tell your friends :D

clojang.component.components.epmd


create-componentclj

(create-component)
sourceraw docstring

epmd-argclj

source

epmd-executableclj

source

get-epmd-processclj

(get-epmd-process)
source

lifecycle-behaviourclj

source

startclj

(start this)

This component tracks whether the component started epmd or if it was already started. If the component starts epmd, it also tracks the process data (such as the pid for epmd). If the process was already started, it does not track the process data.

This component tracks whether the component started epmd or if it was
already started. If the component starts epmd, it also tracks the process
data (such as the pid for epmd). If the process was already started, it
does not track the process data.
sourceraw docstring

started-messageclj

source

stopclj

(stop this)

If the component started the epmd process, it will also terminate it. If it did not start it, it just leaves it alone.

If the component started the epmd process, it will also terminate it. If it
did not start it, it just leaves it alone.
sourceraw docstring

stop-processclj

(stop-process process-info)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close