Table of Contents

Class ConnectorConfigureOptionsBuilder

Namespace
Steeltoe.Connectors
Assembly
Steeltoe.Connectors.dll
public sealed class ConnectorConfigureOptionsBuilder
Inheritance
ConnectorConfigureOptionsBuilder
Inherited Members

Properties

DetectConfigurationChanges

Gets or sets a value indicating whether connection string changes are detected while the application is running. This is false by default to optimize startup performance. When set to true, existing configuration providers may get reloaded multiple times, potentially resulting in duplicate expensive calls. Be aware that detecting configuration changes only makes sense when CacheConnection is false.

public bool DetectConfigurationChanges { get; set; }

Property Value

bool