Show / Hide Table of Contents

    Class IncomingMessage

    Inheritance
    Object
    IncomingMessage
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Streams.Amqp.RabbitMq
    Assembly: Akka.Streams.Amqp.RabbitMq.dll
    Syntax
    public sealed class IncomingMessage

    Constructors

    | Improve this Doc View Source

    IncomingMessage(ByteString, Envelope, IBasicProperties)

    Declaration
    public IncomingMessage(ByteString bytes, Envelope envelope, IBasicProperties properties)
    Parameters
    Type Name Description
    Akka.IO.ByteString bytes
    Envelope envelope
    RabbitMQ.Client.IBasicProperties properties

    Properties

    | Improve this Doc View Source

    Bytes

    Declaration
    public ByteString Bytes { get; }
    Property Value
    Type Description
    Akka.IO.ByteString
    | Improve this Doc View Source

    Envelope

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

    Properties

    Declaration
    public IBasicProperties Properties { get; }
    Property Value
    Type Description
    RabbitMQ.Client.IBasicProperties

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX