Class Envelope
[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
Properties
DeliveryTag
public ulong DeliveryTag { get; }
Property Value
Exchange
public string Exchange { get; }
Property Value
Redeliver
public bool Redeliver { get; }
Property Value
RoutingKey
public string RoutingKey { get; }