Table of Contents

Class Envelope

Namespace
Steeltoe.Messaging.RabbitMQ.Core
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 class Envelope
Inheritance
Envelope
Inherited Members

Constructors

Envelope(ulong, bool, string, string)

public Envelope(ulong deliveryTag, bool redeliver, string exchange, string routingKey)

Parameters

deliveryTag ulong
redeliver bool
exchange string
routingKey string

Properties

DeliveryTag

public ulong DeliveryTag { get; }

Property Value

ulong

Exchange

public string Exchange { get; }

Property Value

string

Redeliver

public bool Redeliver { get; }

Property Value

bool

RoutingKey

public string RoutingKey { get; }

Property Value

string