Table of Contents

Struct MessageBatch

Namespace
Steeltoe.Messaging.RabbitMQ.Batch
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public struct MessageBatch
Inherited Members

Constructors

MessageBatch(string, string, IMessage)

public MessageBatch(string exchange, string routingKey, IMessage message)

Parameters

exchange string
routingKey string
message IMessage

Properties

Exchange

public readonly string Exchange { get; }

Property Value

string

Message

public readonly IMessage Message { get; }

Property Value

IMessage

RoutingKey

public readonly string RoutingKey { get; }

Property Value

string