C# Класс RawRabbit.Configuration.RawRabbitConfigurationExtensions

Показать файл Открыть проект

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

Метод Описание
AsHighPerformance ( this config ) : RawRabbitConfiguration

Changes the configuration so that it does not use PersistentDeliveryMode. Also, it sets the exchange type to Direct to increase performance, however that disables the ability to use the MessageSequence extension.

AsLegacy ( this config ) : RawRabbitConfiguration

Disables RouteWithGlobalId to keep routing keys intact with older versions of RawRabbit and sets exchange type to Direct.

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

AsHighPerformance() публичный статический Метод

Changes the configuration so that it does not use PersistentDeliveryMode. Also, it sets the exchange type to Direct to increase performance, however that disables the ability to use the MessageSequence extension.
public static AsHighPerformance ( this config ) : RawRabbitConfiguration
config this The RawRabbit configuration object
Результат RawRabbitConfiguration

AsLegacy() публичный статический Метод

Disables RouteWithGlobalId to keep routing keys intact with older versions of RawRabbit and sets exchange type to Direct.
public static AsLegacy ( this config ) : RawRabbitConfiguration
config this
Результат RawRabbitConfiguration