Interface IBinderFactory
A factory for creating or obtaining binders.
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IBinderFactoryMethods
GetBinder(string)
Returns the binder instance associated with the given configuration name. Instance caching is a requirement, and implementations must return the same instance on subsequent invocations with the same arguments.
IBinder GetBinder(string name)Parameters
- namestring
- the name of the binder in configuration 
Returns
- IBinder
- the binder 
GetBinder(string, Type)
Returns the binder instance associated with the given configuration name. Instance caching is a requirement, and implementations must return the same instance on subsequent invocations with the same arguments.
IBinder GetBinder(string name, Type bindableType)Parameters
Returns
- IBinder
- the binder