Module: MemoriClient::ClientFactory::Kinds
- Defined in:
- lib/memori_client/client_factory.rb
Overview
Defines the available client kinds that can be created by the factory. Each kind represents a different type of service or API endpoint.
Constant Summary collapse
- BACKEND =
Backend API client for core application services
'backend'- ENGINE =
Engine API client for processing and analysis services
'engine'