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 IBinderFactoryListener
Methods
AfterBinderInitialized(string, IApplicationContext)
Applying additional capabilities to the binder after the binder context has been initialized.
void AfterBinderInitialized(string configurationName, IApplicationContext binderContext)
Parameters
configurationName
stringthe binders configuration name
binderContext
IApplicationContextthe configured service provider