Show / Hide Table of Contents

    Class MqttProducerEndpoint

    The MQTT topic where the message must be produced to.

    Inheritance
    object
    Endpoint
    ProducerEndpoint
    ProducerEndpoint<MqttProducerEndpointConfiguration>
    MqttProducerEndpoint
    Implements
    IEquatable<Endpoint>
    IEquatable<ProducerEndpoint>
    IEquatable<ProducerEndpoint<MqttProducerEndpointConfiguration>>
    IEquatable<MqttProducerEndpoint>
    Inherited Members
    ProducerEndpoint<MqttProducerEndpointConfiguration>.Equals(ProducerEndpoint)
    ProducerEndpoint<MqttProducerEndpointConfiguration>.Configuration
    ProducerEndpoint.Equals(Endpoint)
    Endpoint.RawName
    Endpoint.DisplayName
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Silverback.Messaging.Configuration.Mqtt
    Assembly: Silverback.Integration.MQTT.dll
    Syntax
    public record MqttProducerEndpoint : ProducerEndpoint<MqttProducerEndpointConfiguration>, IEquatable<Endpoint>, IEquatable<ProducerEndpoint>, IEquatable<ProducerEndpoint<MqttProducerEndpointConfiguration>>, IEquatable<MqttProducerEndpoint>

    Constructors

    MqttProducerEndpoint(MqttProducerEndpoint)

    The MQTT topic where the message must be produced to.

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

    MqttProducerEndpoint(string, MqttProducerEndpointConfiguration)

    Initializes a new instance of the MqttProducerEndpoint class.

    Declaration
    public MqttProducerEndpoint(string topic, MqttProducerEndpointConfiguration configuration)
    Parameters
    Type Name Description
    string topic

    The topic.

    MqttProducerEndpointConfiguration configuration

    The producer configuration.

    Properties

    EqualityContract

    The MQTT topic where the message must be produced to.

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

    Topic

    Gets the target topic.

    Declaration
    public string Topic { get; }
    Property Value
    Type Description
    string

    Methods

    Equals(MqttProducerEndpoint?)

    The MQTT topic where the message must be produced to.

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

    Equals(ProducerEndpoint<MqttProducerEndpointConfiguration>?)

    The MQTT topic where the message must be produced to.

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

    Equals(object?)

    The MQTT 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<MqttProducerEndpointConfiguration>.Equals(object)

    GetHashCode()

    The MQTT topic where the message must be produced to.

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

    PrintMembers(StringBuilder)

    The MQTT 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<MqttProducerEndpointConfiguration>.PrintMembers(StringBuilder)

    ToString()

    The MQTT topic where the message must be produced to.

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

    Operators

    operator ==(MqttProducerEndpoint?, MqttProducerEndpoint?)

    The MQTT topic where the message must be produced to.

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

    operator !=(MqttProducerEndpoint?, MqttProducerEndpoint?)

    The MQTT topic where the message must be produced to.

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

    Implements

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