Table of Contents

Class DefaultMessageChannelDestinationResolver

Namespace
Steeltoe.Messaging.Core
Assembly
Steeltoe.Messaging.MessagingBase.dll
public class DefaultMessageChannelDestinationResolver : IDestinationResolver<IMessageChannel>, IDestinationResolver
Inheritance
DefaultMessageChannelDestinationResolver
Implements
Derived
Inherited Members

Constructors

DefaultMessageChannelDestinationResolver(IApplicationContext)

public DefaultMessageChannelDestinationResolver(IApplicationContext context)

Parameters

context IApplicationContext

Properties

Context

public IApplicationContext Context { get; }

Property Value

IApplicationContext

Methods

ResolveDestination(string)

Resolve the name to a destination

public virtual IMessageChannel ResolveDestination(string name)

Parameters

name string

the name to resolve

Returns

IMessageChannel

the destination if it exists