Table of Contents

Class BinderConfigurations

Namespace
Steeltoe.Stream.Config
Assembly
Steeltoe.Stream.StreamBase.dll
public class BinderConfigurations : IBinderConfigurations
Inheritance
BinderConfigurations
Implements
Inherited Members

Constructors

BinderConfigurations(IBinderTypeRegistry, IConfiguration)

public BinderConfigurations(IBinderTypeRegistry binderTypeRegistry, IConfiguration config)

Parameters

binderTypeRegistry IBinderTypeRegistry
config IConfiguration

BinderConfigurations(IBinderTypeRegistry, BindingServiceOptions)

public BinderConfigurations(IBinderTypeRegistry binderTypeRegistry, BindingServiceOptions options)

Parameters

binderTypeRegistry IBinderTypeRegistry
options BindingServiceOptions

Properties

Configurations

public Dictionary<string, BinderConfiguration> Configurations { get; }

Property Value

Dictionary<string, BinderConfiguration>

Methods

FindMatchingConfigurationsIfAny(IBinder)

public List<string> FindMatchingConfigurationsIfAny(IBinder binder)

Parameters

binder IBinder

Returns

List<string>