Interface IBinderFactoryListener
A listener that can be registered with the BinderFactory that allows the registration of additional configuration.
Namespace: Steeltoe.Stream.Binder
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IBinderFactoryListener
Methods
| Edit this page View SourceAfterBinderInitialized(String, IApplicationContext)
Applying additional capabilities to the binder after the binder context has been initialized.
Declaration
void AfterBinderInitialized(string configurationName, IApplicationContext binderContext)
Parameters
Type | Name | Description |
---|---|---|
System.String | configurationName | the binders configuration name |
IApplicationContext | binderContext | the configured service provider |