Struct MessageBatch
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public struct MessageBatch
Constructors
|
Edit this page
View Source
MessageBatch(String, String, IMessage)
Declaration
public MessageBatch(string exchange, string routingKey, IMessage message)
Parameters
Type |
Name |
Description |
System.String |
exchange |
|
System.String |
routingKey |
|
IMessage |
message |
|
Properties
|
Edit this page
View Source
Exchange
Declaration
public readonly string Exchange { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Message
Declaration
public readonly IMessage Message { get; }
Property Value
Type |
Description |
IMessage |
|
|
Edit this page
View Source
RoutingKey
Declaration
public readonly string RoutingKey { get; }
Property Value
Type |
Description |
System.String |
|