C# Class MassTransit.RabbitMqTransport.Topology.RabbitMqExchangeBindingExtensions.ExchangeBinding

Inheritance: ExchangeBindingSettings
Exibir arquivo Open project: MassTransit/MassTransit

Public Methods

Method Description
Equals ( object obj ) : bool
ExchangeBinding ( ExchangeSettings exchange, string routingKey = "" ) : System
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( ExchangeBinding other ) : bool

Method Details

Equals() protected method

protected Equals ( ExchangeBinding other ) : bool
other ExchangeBinding
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ExchangeBinding() public method

public ExchangeBinding ( ExchangeSettings exchange, string routingKey = "" ) : System
exchange ExchangeSettings
routingKey string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int