Table of Contents

Class Delivery

Namespace
Steeltoe.Messaging.RabbitMQ.Support
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class Delivery
Inheritance
Delivery
Inherited Members

Constructors

Delivery(string, Envelope, IBasicProperties, byte[], string)

public Delivery(string consumerTag, Envelope envelope, IBasicProperties properties, byte[] body, string queue)

Parameters

consumerTag string
envelope Envelope
properties IBasicProperties
body byte[]
queue string

Properties

Body

public byte[] Body { get; }

Property Value

byte[]

ConsumerTag

public string ConsumerTag { get; }

Property Value

string

Envelope

public Envelope Envelope { get; }

Property Value

Envelope

Properties

public IBasicProperties Properties { get; }

Property Value

IBasicProperties

Queue

public string Queue { get; }

Property Value

string