Interface IBinderFactoryListener
A listener that can be registered with the BinderFactory that allows the registration of additional configuration.
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IBinderFactoryListenerMethods
AfterBinderInitialized(string, IApplicationContext)
Applying additional capabilities to the binder after the binder context has been initialized.
void AfterBinderInitialized(string configurationName, IApplicationContext binderContext)Parameters
- configurationNamestring
- the binders configuration name 
- binderContextIApplicationContext
- the configured service provider