Class Delivery
Inheritance
System.Object
Delivery
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class Delivery : object
Constructors
|
Edit this page
View Source
Delivery(String, Envelope, RabbitMQ.Client.IBasicProperties, Byte[], String)
Declaration
public Delivery(string consumerTag, Envelope envelope, RabbitMQ.Client.IBasicProperties properties, byte[] body, string queue)
Parameters
Type |
Name |
Description |
System.String |
consumerTag |
|
Envelope |
envelope |
|
RabbitMQ.Client.IBasicProperties |
properties |
|
System.Byte[] |
body |
|
System.String |
queue |
|
Properties
|
Edit this page
View Source
Body
Declaration
public byte[] Body { get; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Edit this page
View Source
ConsumerTag
Declaration
public string ConsumerTag { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Envelope
Declaration
public Envelope Envelope { get; }
Property Value
|
Edit this page
View Source
Properties
Declaration
public RabbitMQ.Client.IBasicProperties Properties { get; }
Property Value
Type |
Description |
RabbitMQ.Client.IBasicProperties |
|
|
Edit this page
View Source
Queue
Declaration
public string Queue { get; }
Property Value
Type |
Description |
System.String |
|