Table of Contents

Interface IBinderOptions

Namespace
Steeltoe.Stream.Config
Assembly
Steeltoe.Stream.Abstractions.dll

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

string

DefaultCandidate

bool DefaultCandidate { get; }

Property Value

bool

Environment

Dictionary<string, object> Environment { get; }

Property Value

Dictionary<string, object>

InheritEnvironment

bool InheritEnvironment { get; }

Property Value

bool