Table of Contents

Interface IBinderFactoryListener

Namespace
Steeltoe.Stream.Binder
Assembly
Steeltoe.Stream.Abstractions.dll

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 string

the binders configuration name

binderContext IApplicationContext

the configured service provider