Table of Contents

Interface IMessageProducer

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

Base interface for any component that can create and send messages

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