Table of Contents

Class BinderOptions

Namespace
Steeltoe.Stream.Config
Assembly
Steeltoe.Stream.StreamBase.dll
public class BinderOptions : IBinderOptions
Inheritance
BinderOptions
Implements
Inherited Members

Constructors

BinderOptions()

public BinderOptions()

Properties

ConfigureAssembly

public string ConfigureAssembly { get; set; }

Property Value

string

ConfigureClass

public string ConfigureClass { get; set; }

Property Value

string

DefaultCandidate

public bool? DefaultCandidate { get; set; }

Property Value

bool?

Environment

public Dictionary<string, object> Environment { get; set; }

Property Value

Dictionary<string, object>

InheritEnvironment

public bool? InheritEnvironment { get; set; }

Property Value

bool?