Is a response of an handler. It contains:
stop
scheduler-snapshot
.Is a response of an handler. It contains: * `stop` * `scheduler-snapshot`.
(add-current-event response current-event)
Add current event to stop reasons Params:
response
current-event
Add current event to stop reasons Params: * `response` * `current-event`
(add-stop response m)
Add map m
among stop causes
Params:
response
m
mapAdd map `m` among stop causes Params: * `response` * `m` map
(build stop snapshot)
Creates a response
Params:
stop
snapshot
Creates a response Params: * `stop` * `snapshot`
(prepare previous-snapshot stop)
Prepares a response based on the snapshot before the iteration
Returns a response containing the next snapshot and the stop coming from the request.
A stop condition is added if the next-snapshot
happens before the current previous-snapshot
.
Params:
previous-snaphot
stop
reason to stopPrepares a response based on the snapshot before the iteration Returns a response containing the next snapshot and the stop coming from the request. A stop condition is added if the `next-snapshot` happens before the current `previous-snapshot`. Params: * `previous-snaphot` * `stop` reason to stop
(schema)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close