Interface IComponentConfigurer<T>
Namespace: LaunchDarkly.Sdk.Server.Subsystems
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public interface IComponentConfigurer<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Build(LdClientContext)
Declaration
T Build(LdClientContext context)
Parameters
Type | Name | Description |
---|---|---|
LdClientContext | context |
Returns
Type | Description |
---|---|
T |