Interface IMessageRouter
Routers implementing this interface have a default output channel.
Namespace: Steeltoe.Integration
Assembly: Steeltoe.Integration.Abstractions.dll
Syntax
public interface IMessageRouter
Properties
| Edit this page View SourceDefaultOutputChannel
Gets the default output channel
Declaration
IMessageChannel DefaultOutputChannel { get; }
Property Value
Type | Description |
---|---|
IMessageChannel |