Click or drag to resize

IEnvironmentSelectorV1 Interface

Defines a contract implemented by classes taking care of the 2nd step when building configuration - selecting the environment.

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IEnvironmentSelectorV1 : IEnvironmentSelector

The IEnvironmentSelectorV1 type exposes the following members.

Methods
 NameDescription
Public methodSelectCustom Returns a ICustomConfigurationBuilder allowing the properties to be set to custom values (useful for testing with non-standard AMQP)
(Inherited from IEnvironmentSelector)
Public methodSelectEnvironment Returns a IConfigurationBuilder with properties set to values needed to access specified environment
Public methodSelectIntegration Returns a IConfigurationBuilder with properties set to values needed to access integration environment
Public methodSelectProduction Returns a IConfigurationBuilder with properties set to values needed to access production environment
(Inherited from IEnvironmentSelector)
Public methodSelectReplay Returns a IReplayConfigurationBuilder with properties set to values needed to access replay server
(Inherited from IEnvironmentSelector)
Public methodSelectStagingObsolete.
Returns a IConfigurationBuilder with properties set to values needed to access integration environment
(Inherited from IEnvironmentSelector)
Top
See Also