C# Класс SevenDigital.Messaging.MessageReceiving.RabbitPolling.RabbitMqPollingNodeFactory

Polling node that reads from MessagingBase
Наследование: IPollingNodeFactory
Показать файл Открыть проект

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

Метод Описание
Create ( IRoutingEndpoint endpoint ) : ITypedPollingNode

Create a Messaging Base driven polling work queue

RabbitMqPollingNodeFactory ( IMessagingBase messagingBase, ISleepWrapper sleeper ) : SevenDigital.Messaging.Base

Generate a polling node factory for RabbitMq

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

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

Create a Messaging Base driven polling work queue
public Create ( IRoutingEndpoint endpoint ) : ITypedPollingNode
endpoint IRoutingEndpoint
Результат ITypedPollingNode

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

Generate a polling node factory for RabbitMq
public RabbitMqPollingNodeFactory ( IMessagingBase messagingBase, ISleepWrapper sleeper ) : SevenDigital.Messaging.Base
messagingBase IMessagingBase
sleeper ISleepWrapper
Результат SevenDigital.Messaging.Base