C# Class MassTransit.RabbitMqTransport.Topology.RabbitMqExchangeBindingExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
GetErrorExchangeBinding ( this settings ) : ExchangeBindingSettings
GetExchangeBinding ( this settings, string exchangeName ) : ExchangeBindingSettings
GetExchangeBindings ( this messageType, IMessageNameFormatter messageNameFormatter ) : IEnumerable
GetExchangeBindings ( this settings, string exchangeName ) : IEnumerable
IsTemporaryMessageType ( this messageType ) : bool

Private Methods

Méthode Description
IsBindableMessageType ( Type messageType ) : bool

Method Details

GetErrorExchangeBinding() public static méthode

public static GetErrorExchangeBinding ( this settings ) : ExchangeBindingSettings
settings this
Résultat ExchangeBindingSettings

GetExchangeBinding() public static méthode

public static GetExchangeBinding ( this settings, string exchangeName ) : ExchangeBindingSettings
settings this
exchangeName string
Résultat ExchangeBindingSettings

GetExchangeBindings() public static méthode

public static GetExchangeBindings ( this messageType, IMessageNameFormatter messageNameFormatter ) : IEnumerable
messageType this
messageNameFormatter IMessageNameFormatter
Résultat IEnumerable

GetExchangeBindings() public static méthode

public static GetExchangeBindings ( this settings, string exchangeName ) : IEnumerable
settings this
exchangeName string
Résultat IEnumerable

IsTemporaryMessageType() public static méthode

public static IsTemporaryMessageType ( this messageType ) : bool
messageType this
Résultat bool