Interface IMessageRouter
- Namespace
- Steeltoe.Integration
- Assembly
- Steeltoe.Integration.Abstractions.dll
Routers implementing this interface have a default output channel.
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IMessageRouter
Properties
DefaultOutputChannel
Gets the default output channel
IMessageChannel DefaultOutputChannel { get; }