Local Keywords

The local backend stores keyword values in the keyword objects themselves. It supports synchronous broadcasting, reads, writes

Reference/API

Cauldron.local.client Module

Classes

Service A client-side KTL service object.
Keyword A client-side KTL keyword object.

Class Inheritance Diagram

Inheritance diagram of Cauldron.local.client.Service, Cauldron.local.client.Keyword

Cauldron.local.dispatcher Module

Local dispatcher.

The local interface is process-local. It is lightweight, and good for testing environments, but doesn’t handle anything that wouldn’t normally be process local.

Classes

Service A dispatcher is a KTL service server-side.
Keyword A dispatcher-based keyword, which should own its own values.

Class Inheritance Diagram

Inheritance diagram of Cauldron.local.dispatcher.Service, Cauldron.local.dispatcher.Keyword