Show / Hide Table of Contents

    Class ProducerEndpoint<TConfiguration>

    The endpoint (e.g. the topic) where the message must be produced to.

    Inheritance
    object
    Endpoint
    ProducerEndpoint
    ProducerEndpoint<TConfiguration>
    MqttProducerEndpoint
    KafkaProducerEndpoint
    Implements
    IEquatable<Endpoint>
    IEquatable<ProducerEndpoint>
    IEquatable<ProducerEndpoint<TConfiguration>>
    Inherited Members
    ProducerEndpoint.Equals(Endpoint)
    Endpoint.RawName
    Endpoint.DisplayName
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Silverback.Messaging
    Assembly: Silverback.Integration.dll
    Syntax
    public abstract record ProducerEndpoint<TConfiguration> : ProducerEndpoint, IEquatable<Endpoint>, IEquatable<ProducerEndpoint>, IEquatable<ProducerEndpoint<TConfiguration>> where TConfiguration : ProducerEndpointConfiguration
    Type Parameters
    Name Description
    TConfiguration

    Constructors

    ProducerEndpoint(ProducerEndpoint<TConfiguration>)

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    protected ProducerEndpoint(ProducerEndpoint<TConfiguration> original)
    Parameters
    Type Name Description
    ProducerEndpoint<TConfiguration> original

    ProducerEndpoint(string, TConfiguration)

    Initializes a new instance of the ProducerEndpoint<TConfiguration> class.

    Declaration
    protected ProducerEndpoint(string rawName, TConfiguration configuration)
    Parameters
    Type Name Description
    string rawName

    The endpoint name.

    TConfiguration configuration

    The endpoint configuration.

    Properties

    Configuration

    Gets the producer endpoint configuration.

    Declaration
    public TConfiguration Configuration { get; }
    Property Value
    Type Description
    TConfiguration

    EqualityContract

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    protected override Type EqualityContract { get; }
    Property Value
    Type Description
    Type
    Overrides
    ProducerEndpoint.EqualityContract

    Methods

    Equals(ProducerEndpoint?)

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    public override sealed bool Equals(ProducerEndpoint? other)
    Parameters
    Type Name Description
    ProducerEndpoint other
    Returns
    Type Description
    bool
    Overrides
    ProducerEndpoint.Equals(ProducerEndpoint?)

    Equals(ProducerEndpoint<TConfiguration>?)

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    public virtual bool Equals(ProducerEndpoint<TConfiguration>? other)
    Parameters
    Type Name Description
    ProducerEndpoint<TConfiguration> other
    Returns
    Type Description
    bool

    Equals(object?)

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ProducerEndpoint.Equals(object?)

    GetHashCode()

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ProducerEndpoint.GetHashCode()

    PrintMembers(StringBuilder)

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    protected override bool PrintMembers(StringBuilder builder)
    Parameters
    Type Name Description
    StringBuilder builder
    Returns
    Type Description
    bool
    Overrides
    ProducerEndpoint.PrintMembers(StringBuilder)

    ToString()

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ProducerEndpoint.ToString()

    Operators

    operator ==(ProducerEndpoint<TConfiguration>?, ProducerEndpoint<TConfiguration>?)

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    public static bool operator ==(ProducerEndpoint<TConfiguration>? left, ProducerEndpoint<TConfiguration>? right)
    Parameters
    Type Name Description
    ProducerEndpoint<TConfiguration> left
    ProducerEndpoint<TConfiguration> right
    Returns
    Type Description
    bool

    operator !=(ProducerEndpoint<TConfiguration>?, ProducerEndpoint<TConfiguration>?)

    The endpoint (e.g. the topic) where the message must be produced to.

    Declaration
    public static bool operator !=(ProducerEndpoint<TConfiguration>? left, ProducerEndpoint<TConfiguration>? right)
    Parameters
    Type Name Description
    ProducerEndpoint<TConfiguration> left
    ProducerEndpoint<TConfiguration> right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>
    IEquatable<T>
    IEquatable<T>
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini