C# Class SevenDigital.Messaging.MessageReceiving.RabbitPolling.RabbitMqPollingNodeFactory

Polling node that reads from MessagingBase
Inheritance: IPollingNodeFactory
显示文件 Open project: i-e-b/SevenDigital.Messaging

Public Methods

Method Description
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

Method Details

Create() public method

Create a Messaging Base driven polling work queue
public Create ( IRoutingEndpoint endpoint ) : ITypedPollingNode
endpoint IRoutingEndpoint
return ITypedPollingNode

RabbitMqPollingNodeFactory() public method

Generate a polling node factory for RabbitMq
public RabbitMqPollingNodeFactory ( IMessagingBase messagingBase, ISleepWrapper sleeper ) : SevenDigital.Messaging.Base
messagingBase IMessagingBase
sleeper ISleepWrapper
return SevenDigital.Messaging.Base