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.

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