Cauldron Backends

Cauldron has a few backends implemented, and it is easy to implement additional backends.

Implementing a Backend

Implementing a new KTL backend requires a client and dispatcher implementation of both Keyword and Service. Provide subclasses of ClientKeyword, ClientService, DispatcherKeyword and DispatcherService