Liking cljdoc? Tell your friends :D
All platforms.

automaton-simulation-de.impl.stopping-definition.registry

Stopping registry contains all stopping-definition.

Entities

Stopping registry contains all `stopping-definition`.

![Entities](archi/simulation_engine/stopping_registry.png)
raw docstring

buildclj/s

(build)

The registered stopping criteria are:

  • :bucket Stop at bucket b or later on.
  • :iteration-nth Stops when the iteration n is reached.
  • :request-schema Stops when the request is not valid.
  • :response-schema Stops when the response is not valid.
  • :stop-now Criteria to stop right now.
The registered stopping criteria are:

* `:bucket` Stop at `bucket` `b` or later on.
* `:iteration-nth` Stops when the iteration `n` is reached.
* `:request-schema` Stops when the request is not valid.
* `:response-schema` Stops when the response is not valid.
* `:stop-now` Criteria to stop right now.
raw docstring

schemaclj/s

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

× close