Interface IBinderOptions
Contains the configuration options for a binder
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IBinderOptions
Properties
|
Edit this page
View Source
Declaration
string ConfigureClass { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DefaultCandidate
Declaration
bool DefaultCandidate { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Environment
Declaration
Dictionary<string, object> Environment { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
|
Edit this page
View Source
InheritEnvironment
Declaration
bool InheritEnvironment { get; }
Property Value
Type |
Description |
System.Boolean |
|