Table of Contents

Interface IDestinationResolver

Namespace
Steeltoe.Messaging.Core
Assembly
Steeltoe.Messaging.Abstractions.dll

Strategy for resolving a string name to a destination

public interface IDestinationResolver

Methods

ResolveDestination(string)

Resolve the name to a destination

object ResolveDestination(string name)

Parameters

name string

the name to resolve

Returns

object

the destination if it exists