Expand description
The transactor as a process: multi-database state, durable naming, lease acquisition/renewal, background indexing, and tx-report fan-out.
Structs§
- DbState
- Per-database state hosted by a node.
- Node
Config - Node process configuration.
- Transactor
Node - A running transactor node hosting every database under one data directory.
Enums§
- Node
Error - Node operation failure.
Traits§
- TxFn
Expander - Expands user database-function invocations in boundary EDN transaction
forms before native conversion. Implemented by
corium-cljrs(the sandboxed Clojurust host, ADR-0008) and injected by the process wiring; the transactor itself stays free of cljrs dependencies.