Table of Contents

Class BinderConfiguration

Namespace
Steeltoe.Stream.Binder
Assembly
Steeltoe.Stream.StreamBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class BinderConfiguration
Inheritance
BinderConfiguration
Inherited Members

Constructors

BinderConfiguration(string, string, IBinderOptions)

public BinderConfiguration(string binderType, string binderAssemblyPath, IBinderOptions options)

Parameters

binderType string
binderAssemblyPath string
options IBinderOptions

Properties

ConfigureAssembly

public string ConfigureAssembly { get; }

Property Value

string

ConfigureClass

public string ConfigureClass { get; }

Property Value

string

IsDefaultCandidate

public bool IsDefaultCandidate { get; }

Property Value

bool

IsInheritEnvironment

public bool IsInheritEnvironment { get; }

Property Value

bool

Properties

public IDictionary<string, object> Properties { get; }

Property Value

IDictionary<string, object>

ResolvedAssembly

public string ResolvedAssembly { get; set; }

Property Value

string