C# Class RawRabbit.Extensions.TopologyUpdater.Core.ExchangeUpdater

Inheritance: IExchangeUpdater
Afficher le fichier Open project: pardahlman/RawRabbit

Méthodes publiques

Méthode Description
ExchangeUpdater ( IBindingProvider bindingProvider, IChannelFactory channelFactory ) : System
UpdateExchangeAsync ( ExchangeUpdateConfiguration config ) : Task
UpdateExchangesAsync ( IEnumerable configs ) : Task>

Method Details

ExchangeUpdater() public méthode

public ExchangeUpdater ( IBindingProvider bindingProvider, IChannelFactory channelFactory ) : System
bindingProvider IBindingProvider
channelFactory IChannelFactory
Résultat System

UpdateExchangeAsync() public méthode

public UpdateExchangeAsync ( ExchangeUpdateConfiguration config ) : Task
config RawRabbit.Extensions.TopologyUpdater.Model.ExchangeUpdateConfiguration
Résultat Task

UpdateExchangesAsync() public méthode

public UpdateExchangesAsync ( IEnumerable configs ) : Task>
configs IEnumerable
Résultat Task>