Table of Contents

Interface IMessageProducer

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

Base interface for any component that can create and send messages

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IMessageProducer

Properties

OutputChannel

Gets or sets the output channel the producer uses

IMessageChannel OutputChannel { get; set; }

Property Value

IMessageChannel

OutputChannelName

Gets or sets the output channel name the producer uses

string OutputChannelName { get; set; }

Property Value

string