Show / Hide Table of Contents

    Class RabbitExchangeConfig

    The RabbitMQ exchange configuration.

    Inheritance
    object
    RabbitEndpointConfig
    RabbitExchangeConfig
    Implements
    IValidatableEndpointSettings
    IEquatable<RabbitExchangeConfig>
    Inherited Members
    RabbitEndpointConfig.IsDurable
    RabbitEndpointConfig.IsAutoDeleteEnabled
    RabbitEndpointConfig.Arguments
    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 RabbitExchangeConfig : RabbitEndpointConfig, IValidatableEndpointSettings, IEquatable<RabbitExchangeConfig>

    Properties

    | Improve this doc View source

    ExchangeType

    Gets or sets the exchange type. It should match with one of the constants declared in the ExchangeType static class.

    Declaration
    public string? ExchangeType { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Improve this doc View source

    Equals(RabbitExchangeConfig?)

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

    Declaration
    public bool Equals(RabbitExchangeConfig? other)
    Parameters
    Type Name Description
    RabbitExchangeConfig 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()
    | Improve this doc View source

    Validate()

    Throws an EndpointConfigurationException if the current configuration is not valid.

    Declaration
    public override void Validate()
    Overrides
    RabbitEndpointConfig.Validate()

    Implements

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