Class Envelope
Inheritance
System.Object
Envelope
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class Envelope : object
Constructors
|
Edit this page
View Source
Envelope(UInt64, Boolean, String, String)
Declaration
public Envelope(ulong deliveryTag, bool redeliver, string exchange, string routingKey)
Parameters
Type |
Name |
Description |
System.UInt64 |
deliveryTag |
|
System.Boolean |
redeliver |
|
System.String |
exchange |
|
System.String |
routingKey |
|
Properties
|
Edit this page
View Source
DeliveryTag
Declaration
public ulong DeliveryTag { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Edit this page
View Source
Exchange
Declaration
public string Exchange { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Redeliver
Declaration
public bool Redeliver { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
RoutingKey
Declaration
public string RoutingKey { get; }
Property Value
Type |
Description |
System.String |
|