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.

Since:

  • 1.0.0

Constant Summary collapse

BACKEND =

Backend API client for core application services

Since:

  • 1.0.0

'backend'
ENGINE =

Engine API client for processing and analysis services

Since:

  • 1.0.0

'engine'