Class: FeatureHub::Sdk::EdgeService
- Inherits:
-
Object
- Object
- FeatureHub::Sdk::EdgeService
- Defined in:
- lib/feature_hub/sdk/feature_hub_config.rb
Overview
interface style definition for all edge services
Direct Known Subclasses
Instance Method Summary collapse
-
#close ⇒ Object
abstract.
-
#context_change(new_header) ⇒ Object
abstract.
-
#initialize(repository, api_keys, edge_url, logger = nil) ⇒ EdgeService
constructor
abstract.
-
#poll ⇒ Object
abstract.
Constructor Details
#initialize(repository, api_keys, edge_url, logger = nil) ⇒ EdgeService
abstract
8 |
# File 'lib/feature_hub/sdk/feature_hub_config.rb', line 8 def initialize(repository, api_keys, edge_url, logger = nil) end |
Instance Method Details
#close ⇒ Object
abstract
17 |
# File 'lib/feature_hub/sdk/feature_hub_config.rb', line 17 def close; end |
#context_change(new_header) ⇒ Object
abstract
14 |
# File 'lib/feature_hub/sdk/feature_hub_config.rb', line 14 def context_change(new_header) end |
#poll ⇒ Object
abstract
11 |
# File 'lib/feature_hub/sdk/feature_hub_config.rb', line 11 def poll; end |