Show / Hide Table of Contents

    Class ConsumerEndpoint

    The endpoint (e.g. the topic) from which the message was consumed.

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

    Constructors

    ConsumerEndpoint(ConsumerEndpoint)

    The endpoint (e.g. the topic) from which the message was consumed.

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

    ConsumerEndpoint(string, ConsumerEndpointConfiguration)

    Initializes a new instance of the ConsumerEndpoint class.

    Declaration
    protected ConsumerEndpoint(string rawName, ConsumerEndpointConfiguration configuration)
    Parameters
    Type Name Description
    string rawName

    The endpoint name.

    ConsumerEndpointConfiguration configuration

    The endpoint configuration.

    Properties

    Configuration

    Gets the consumer endpoint configuration.

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

    EqualityContract

    The endpoint (e.g. the topic) from which the message was consumed.

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

    Methods

    Equals(ConsumerEndpoint?)

    The endpoint (e.g. the topic) from which the message was consumed.

    Declaration
    public virtual bool Equals(ConsumerEndpoint? other)
    Parameters
    Type Name Description
    ConsumerEndpoint other
    Returns
    Type Description
    bool

    Equals(Endpoint?)

    The endpoint (e.g. the topic) from which the message was consumed.

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

    Equals(object?)

    The endpoint (e.g. the topic) from which the message was consumed.

    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) from which the message was consumed.

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

    PrintMembers(StringBuilder)

    The endpoint (e.g. the topic) from which the message was consumed.

    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) from which the message was consumed.

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

    Operators

    operator ==(ConsumerEndpoint?, ConsumerEndpoint?)

    The endpoint (e.g. the topic) from which the message was consumed.

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

    operator !=(ConsumerEndpoint?, ConsumerEndpoint?)

    The endpoint (e.g. the topic) from which the message was consumed.

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

    Implements

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