Delegate ConnectorCreateHealthContributor
Represents the method that creates a driver-specific health contributor.
Namespace: Steeltoe.Connectors
Assembly: Steeltoe.Connectors.dll
Syntax
public delegate IHealthContributor ConnectorCreateHealthContributor(IServiceProvider serviceProvider, string serviceBindingName);
Parameters
Type | Name | Description |
---|---|---|
IServiceProvider | serviceProvider | The application's configured services. Inject |
System.String | serviceBindingName | The service binding name. |
Returns
Type | Description |
---|---|
IHealthContributor | The driver-specific health contributor. |