Class DefaultBinderFactory
Inheritance
System.Object
DefaultBinderFactory
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class DefaultBinderFactory : object, IBinderFactory
Constructors
|
Edit this page
View Source
DefaultBinderFactory(IApplicationContext, IOptionsMonitor<BindingServiceOptions>, IBinderConfigurations, IEnumerable<IBinderFactoryListener>)
Declaration
public DefaultBinderFactory(IApplicationContext context, IOptionsMonitor<BindingServiceOptions> optionsMonitor, IBinderConfigurations binderConfigurations, IEnumerable<IBinderFactoryListener> listeners = null)
Parameters
Methods
|
Edit this page
View Source
Dispose()
Declaration
|
Edit this page
View Source
GetBinder(String)
Declaration
public IBinder GetBinder(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
|
Edit this page
View Source
GetBinder(String, Type)
Declaration
public IBinder GetBinder(string name, Type bindableType)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Type |
bindableType |
|
Returns
Implements
IDisposable