Class RabbitExchangeProducerEndpoint
Represents an exchange to produce to.
Inheritance
System.Object
RabbitExchangeProducerEndpoint
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 sourceRabbitExchangeProducerEndpoint(String)
Initializes a new instance of the RabbitExchangeProducerEndpoint class.
Declaration
public RabbitExchangeProducerEndpoint(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the exchange. |
Properties
| Improve this doc View sourceExchange
Gets or sets the exchange configuration.
Declaration
public RabbitExchangeConfig Exchange { get; set; }
Property Value
Type | Description |
---|---|
RabbitExchangeConfig |
Methods
| Improve this doc View sourceEquals(RabbitExchangeProducerEndpoint)
Declaration
public bool Equals(RabbitExchangeProducerEndpoint other)
Parameters
Type | Name | Description |
---|---|---|
RabbitExchangeProducerEndpoint | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this doc
View source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this doc
View source
Validate()
Declaration
public override void Validate()
Overrides
Implements
System.IEquatable<T>