Show / Hide Table of Contents

    Class RabbitExchangeProducerEndpoint

    Represents an exchange to produce to.

    Inheritance
    object
    Endpoint
    ProducerEndpoint
    RabbitProducerEndpoint
    RabbitExchangeProducerEndpoint
    Implements
    IProducerEndpoint
    IEndpoint
    IEquatable<RabbitExchangeProducerEndpoint>
    Inherited Members
    RabbitProducerEndpoint.Connection
    RabbitProducerEndpoint.ConfirmationTimeout
    ProducerEndpoint.Chunk
    ProducerEndpoint.Strategy
    ProducerEndpoint.MessageEnrichers
    ProducerEndpoint.GetActualName(IOutboundEnvelope, IServiceProvider)
    Endpoint.DefaultSerializer
    Endpoint.DisplayName
    Endpoint.Name
    Endpoint.FriendlyName
    Endpoint.Serializer
    Endpoint.Encryption
    Endpoint.MessageValidationMode
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging
    Assembly: Silverback.Integration.RabbitMQ.dll
    Syntax
    public sealed class RabbitExchangeProducerEndpoint : RabbitProducerEndpoint, IProducerEndpoint, IEndpoint, IEquatable<RabbitExchangeProducerEndpoint>

    Constructors

    | Improve this doc View source

    RabbitExchangeProducerEndpoint(string)

    Initializes a new instance of the RabbitExchangeProducerEndpoint class.

    Declaration
    public RabbitExchangeProducerEndpoint(string name)
    Parameters
    Type Name Description
    string name

    The name of the exchange.

    Properties

    | Improve this doc View source

    Exchange

    Gets or sets the exchange configuration.

    Declaration
    public RabbitExchangeConfig Exchange { get; set; }
    Property Value
    Type Description
    RabbitExchangeConfig

    Methods

    | Improve this doc View source

    Equals(RabbitExchangeProducerEndpoint?)

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

    Declaration
    public bool Equals(RabbitExchangeProducerEndpoint? other)
    Parameters
    Type Name Description
    RabbitExchangeProducerEndpoint 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()

    Validates the endpoint configuration and throws an EndpointConfigurationException if not valid.

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

    Implements

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