Namespace Steeltoe.Connectors
Classes
ConnectionStringOptions
Provides configuration settings to connect to a data source.
Connector<TOptions, TConnection>
Provides access to driver-specific options and its connection object for a service binding.
ConnectorAddOptionsBuilder
ConnectorConfigureOptionsBuilder
ConnectorFactory<TOptions, TConnection>
Provides access to connectors, whose connection strings originate from merging appsettings.json with cloud service bindings.
Delegates
ConnectorCreateConnection
Represents the method that creates a driver-specific connection object.
ConnectorCreateHealthContributor
Represents the method that creates a driver-specific health contributor.