Show / Hide Table of Contents

    Class RabbitQueueConfig

    The RabbitMQ queue configuration.

    Inheritance
    object
    RabbitEndpointConfig
    RabbitQueueConfig
    Implements
    IValidatableEndpointSettings
    IEquatable<RabbitQueueConfig>
    Inherited Members
    RabbitEndpointConfig.IsDurable
    RabbitEndpointConfig.IsAutoDeleteEnabled
    RabbitEndpointConfig.Arguments
    RabbitEndpointConfig.Validate()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Configuration.Rabbit
    Assembly: Silverback.Integration.RabbitMQ.dll
    Syntax
    public sealed class RabbitQueueConfig : RabbitEndpointConfig, IValidatableEndpointSettings, IEquatable<RabbitQueueConfig>

    Properties

    | Improve this doc View source

    IsExclusive

    Gets or sets a value indicating whether the queue is used by only one connection and will be deleted when that connection closes.

    Declaration
    public bool IsExclusive { get; set; }
    Property Value
    Type Description
    bool

    Methods

    | Improve this doc View source

    Equals(RabbitQueueConfig?)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(RabbitQueueConfig? other)
    Parameters
    Type Name Description
    RabbitQueueConfig other

    An object to compare with this object.

    Returns
    Type Description
    bool

    true if the current object is equal to the other parameter; otherwise, false.

    | Improve this doc View source

    Equals(object?)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)
    | Improve this doc View source

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()

    Implements

    IValidatableEndpointSettings
    IEquatable<T>
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini