Class OutgoingMessage
Inheritance
OutgoingMessage
Assembly: Akka.Streams.Amqp.RabbitMq.dll
Syntax
public sealed class OutgoingMessage
Constructors
|
Improve this Doc
View Source
OutgoingMessage(ByteString, Boolean, Boolean, IBasicProperties, String)
Declaration
public OutgoingMessage(ByteString bytes, bool immediate, bool mandatory, IBasicProperties properties = null, string routingKey = null)
Parameters
| Type |
Name |
Description |
| Akka.IO.ByteString |
bytes |
|
| Boolean |
immediate |
|
| Boolean |
mandatory |
|
| RabbitMQ.Client.IBasicProperties |
properties |
|
| String |
routingKey |
|
Properties
|
Improve this Doc
View Source
Bytes
Declaration
public ByteString Bytes { get; }
Property Value
| Type |
Description |
| Akka.IO.ByteString |
|
|
Improve this Doc
View Source
Declaration
public bool Immediate { get; }
Property Value
|
Improve this Doc
View Source
Mandatory
Declaration
public bool Mandatory { get; }
Property Value
|
Improve this Doc
View Source
Properties
Declaration
public IBasicProperties Properties { get; }
Property Value
| Type |
Description |
| RabbitMQ.Client.IBasicProperties |
|
|
Improve this Doc
View Source
RoutingKey
Declaration
public string RoutingKey { get; }
Property Value