Interface IBinderOptions
Contains the configuration options for a binder
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IBinderOptions
Properties
ConfigureClass
string ConfigureClass { get; }
Property Value
DefaultCandidate
bool DefaultCandidate { get; }
Property Value
Environment
Dictionary<string, object> Environment { get; }
Property Value
InheritEnvironment
bool InheritEnvironment { get; }