Table of Contents

Interface IBinderTypeRegistry

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

TODO: See if this can be made internal

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IBinderTypeRegistry

Methods

Get(string)

IBinderType Get(string name)

Parameters

name string

Returns

IBinderType

GetAll()

IDictionary<string, IBinderType> GetAll()

Returns

IDictionary<string, IBinderType>