Liking cljdoc? Tell your friends :D

riemann.repl

The riemann REPL server is a bit of a special case. Since it controls almost every aspect of Riemann--and can shut those aspects down--it needs to live above them. While you usually start a repl server from the config file, it is not bound to the usual config lifecycle and won't be shut down or interrupted during config reload.

The riemann REPL server is a bit of a special case. Since it controls almost
every aspect of Riemann--and can shut those aspects down--it needs to live
above them. While you usually *start* a repl server from the config file, it
is not bound to the usual config lifecycle and won't be shut down or
interrupted during config reload.
raw docstring

serverclj

source

start-serverclj

(start-server opts)

Starts a new REPL server, when one isn't already running.

Starts a new REPL server, when one isn't already running.
sourceraw docstring

start-server!clj

(start-server! opts)

Starts a new repl server. Stops the old server first, if any. Options:

  • :host (default "127.0.0.1")
  • :port (default 5557)
Starts a new repl server. Stops the old server first, if any. Options:

- :host (default "127.0.0.1")
- :port (default 5557)
sourceraw docstring

stop-server!clj

(stop-server!)

Stops the REPL server.

Stops the REPL server.
sourceraw docstring

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

× close