Class DefaultMessageChannelDestinationResolver
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
Methods
ResolveDestination(string)
Resolve the name to a destination
public virtual IMessageChannel ResolveDestination(string name)
Parameters
name
stringthe name to resolve
Returns
- IMessageChannel
the destination if it exists