Table of Contents

Interface IMessageRouter

Namespace
Steeltoe.Integration
Assembly
Steeltoe.Integration.Abstractions.dll

Routers implementing this interface have a default output channel.

public interface IMessageRouter

Properties

DefaultOutputChannel

Gets the default output channel

IMessageChannel DefaultOutputChannel { get; }

Property Value

IMessageChannel