Class RabbitExchangeConfig
The RabbitMQ exchange configuration.
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.Configuration.Rabbit
Assembly: Silverback.Integration.RabbitMQ.dll
Syntax
public sealed class RabbitExchangeConfig : RabbitEndpointConfig, IValidatableEndpointSettings, IEquatable<RabbitExchangeConfig>
Properties
| Improve this doc View sourceExchangeType
Gets or sets the exchange type. It should match with one of the constants declared in the RabbitMQ.Client.ExchangeType static class.
Declaration
public string ExchangeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this doc View sourceEquals(RabbitExchangeConfig)
Declaration
public bool Equals(RabbitExchangeConfig other)
Parameters
Type | Name | Description |
---|---|---|
RabbitExchangeConfig | 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>