Metadata describing a building block of the software system.
A component consists of:
A collection of components, describing a system.
Identifies components. Every component has a name, which is a tag, and can have additional tags. Tags can have is-a relationships, so that they form graphs.
Criteria to select components in a configuration. A selector consists of one or more tags. A components matches a selector if it provides all tags in the selector.
A selector specifying a component or set of components that a component depends on.
Dependencies usually are unique, requiring exactly one matching component in the configuration. Optional dependencies specify a set of zero or more matching components.
A data structure derived from a configuration, by resolving component dependencies, and detecting unsatisfied and ambiguous dependencies.
A concrete instance of a component, a value returned from the component's start function.
A map of component instances, obtained from the configuration with the help of a dependency graph.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close