ol.busker

Public lifecycle API for Busker.

See Configuration for the map accepted by start! and reload!.

start!

(start! config)

Start a Busker server from config and return an opaque server handle.

See Configuration for the config shape.


reload!

(reload! server config)
(reload! server config opts)

Compile and activate a new runtime snapshot for server from config.

See Configuration for the config shape.


stop!

(stop! server)

Synchronously stop server.


state

(state server)

Return pure runtime state for server.

The returned state includes the normalized config snapshot. See Configuration for that config shape.