Table of Contents

Interface IBinderTypeRegistry

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

TODO: See if this can be made internal

public interface IBinderTypeRegistry

Methods

Get(string)

IBinderType Get(string name)

Parameters

name string

Returns

IBinderType

GetAll()

IDictionary<string, IBinderType> GetAll()

Returns

IDictionary<string, IBinderType>