Table of Contents

Interface IBinderOptions

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

Contains the configuration options for a binder

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