Show / Hide Table of Contents

    Class ProducerEndpoint

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

    Inheritance
    object
    Endpoint
    ProducerEndpoint
    ProducerEndpoint<TConfiguration>
    Implements
    IEquatable<Endpoint>
    IEquatable<ProducerEndpoint>
    Inherited Members
    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 : Endpoint, IEquatable<Endpoint>, IEquatable<ProducerEndpoint>

    Constructors

    ProducerEndpoint(ProducerEndpoint)

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

    Declaration
    protected ProducerEndpoint(ProducerEndpoint original)
    Parameters
    Type Name Description
    ProducerEndpoint original

    ProducerEndpoint(string, ProducerEndpointConfiguration)

    Initializes a new instance of the ProducerEndpoint class.

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

    The endpoint name.

    ProducerEndpointConfiguration configuration

    The endpoint configuration.

    Properties

    Configuration

    Gets the producer endpoint configuration.

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

    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
    Endpoint.EqualityContract

    Methods

    Equals(Endpoint?)

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

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

    Equals(ProducerEndpoint?)

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

    Declaration
    public virtual bool Equals(ProducerEndpoint? other)
    Parameters
    Type Name Description
    ProducerEndpoint 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
    Endpoint.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
    Endpoint.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
    Endpoint.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
    Endpoint.ToString()

    Operators

    operator ==(ProducerEndpoint?, ProducerEndpoint?)

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

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

    operator !=(ProducerEndpoint?, ProducerEndpoint?)

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

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

    Implements

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