Show / Hide Table of Contents

    Class OutgoingMessage

    Inheritance
    Object
    OutgoingMessage
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Streams.Amqp.RabbitMq
    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

    Immediate

    Declaration
    public bool Immediate { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Mandatory

    Declaration
    public bool Mandatory { get; }
    Property Value
    Type Description
    Boolean
    | 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
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX