Module: ConfigurationService::Provider

Defined in:
lib/configuration_service/provider.rb,
lib/configuration_service/provider/stub.rb,
lib/configuration_service/provider/broken.rb,
lib/configuration_service/provider/stub_store.rb

Overview

A configuration service provider is an imperative implementation of the configuration service API, to be plugged into a Client.

A Stub implementation is provided to validate the test framework architecture.

Defined Under Namespace

Classes: Broken, Stub, StubStore