Show / Hide Table of Contents

    Class QueueDeclaration

    Inheritance
    Object
    QueueDeclaration
    Implements
    IDeclaration
    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 QueueDeclaration : IDeclaration

    Properties

    | Improve this Doc View Source

    Arguments

    Declaration
    public IReadOnlyDictionary<string, object> Arguments { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<String, Object>
    | Improve this Doc View Source

    AutoDelete

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

    Durable

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

    Exclusive

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

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Create(String)

    Declaration
    public static QueueDeclaration Create(string name)
    Parameters
    Type Name Description
    String name
    Returns
    Type Description
    QueueDeclaration
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    | Improve this Doc View Source

    WithArguments(KeyValuePair<String, Object>[])

    Declaration
    public QueueDeclaration WithArguments(params KeyValuePair<string, object>[] arguments)
    Parameters
    Type Name Description
    KeyValuePair<String, Object>[] arguments
    Returns
    Type Description
    QueueDeclaration
    | Improve this Doc View Source

    WithArguments(String, Object)

    Declaration
    public QueueDeclaration WithArguments(string key, object value)
    Parameters
    Type Name Description
    String key
    Object value
    Returns
    Type Description
    QueueDeclaration
    | Improve this Doc View Source

    WithAutoDelete(Boolean)

    Declaration
    public QueueDeclaration WithAutoDelete(bool autoDelete)
    Parameters
    Type Name Description
    Boolean autoDelete
    Returns
    Type Description
    QueueDeclaration
    | Improve this Doc View Source

    WithDurable(Boolean)

    Declaration
    public QueueDeclaration WithDurable(bool durable)
    Parameters
    Type Name Description
    Boolean durable
    Returns
    Type Description
    QueueDeclaration
    | Improve this Doc View Source

    WithExclusive(Boolean)

    Declaration
    public QueueDeclaration WithExclusive(bool exclusive)
    Parameters
    Type Name Description
    Boolean exclusive
    Returns
    Type Description
    QueueDeclaration

    Implements

    IDeclaration
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX