C# 클래스 SevenDigital.Messaging.MessageReceiving.RabbitPolling.RabbitMqPollingNodeFactory

Polling node that reads from MessagingBase
상속: IPollingNodeFactory
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging

공개 메소드들

메소드 설명
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