Liking cljdoc? Tell your friends :D

automaton-simulation-de.request

Build a request for an handler.

Contains:

  • event-execution
  • snapshot
  • sorting
  • stopping-causes, the scheduler snapshot and the current event.
  • entities
Build a request for an handler.

Contains:

* `event-execution`
* `snapshot`
* `sorting`
* `stopping-causes`, the scheduler snapshot and the current event.
* ![entities](archi/request_entity.png)
raw docstring

add-stopping-causeclj/s

(add-stopping-cause request m)

Adds to the request the map m among stopping-causes.

Adds to the `request` the map `m` among `stopping-causes`.
raw docstring

buildclj/s

(build current-event event-execution snapshot sorting)

Builds a request for the middleware, with iteration dependant data. Note that current-event is not leveraged by the scheduler, the real current-event is the first in the future-list of the snapshot. That said current-event is useful for middlewares.

Returns a map, with the data necessary for the request.

Builds a request for the middleware, with iteration dependant data.
Note that `current-event` is not leveraged by the scheduler, the real `current-event` is the first in the `future-list` of the `snapshot`. That said `current-event` is useful for middlewares.

Returns a map, with the data necessary for the request.
raw docstring

schemaclj/s

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

× close