C# Класс amp.topology.client.DefaultApplicationExchangeProvider

Provides a route on the "amq.direct" exchange (which may only be a RabbitMQ construct). The implementation will not provide a queue name, assuming the transport will create a unique queue instead (we don't want round-robin on a single queue). The exchange provide is "direct" by default, meaning delivery of messages will require an exact match (that is, routing key = topic). You will not be able to consume multiple event types on the same queue unless you change the default AMP implementation.
Наследование: IFallbackRoutingInfoProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
DefaultApplicationExchangeProvider ( ) : System
Dispose ( ) : void
GetFallbackRoute ( string topic ) : RoutingInfo

Описание методов

DefaultApplicationExchangeProvider() публичный Метод

public DefaultApplicationExchangeProvider ( ) : System
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetFallbackRoute() публичный Метод

public GetFallbackRoute ( string topic ) : RoutingInfo
topic string
Результат amp.rabbit.topology.RoutingInfo