C# 클래스 paramore.brighter.commandprocessor.messaginggateway.awssqs.SqsMessageConsumerFactory

Class SqsMessageConsumerFactory.
상속: IAmAMessageConsumerFactory
파일 보기 프로젝트 열기: iancooper/Paramore 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string channelName, string routingKey, bool isDurable, ushort preFetchSize = 1, bool highAvailability = false ) : IAmAMessageConsumer

Creates the specified queue name.

SqsMessageConsumerFactory ( AWSCredentials credentials ) : Amazon.Runtime

Initializes a new instance of the SqsMessageConsumerFactory class.

메소드 상세

Create() 공개 메소드

Creates the specified queue name.
public Create ( string channelName, string routingKey, bool isDurable, ushort preFetchSize = 1, bool highAvailability = false ) : IAmAMessageConsumer
channelName string Name of the channel.
routingKey string The routing key.
isDurable bool if set to true [is durable].
preFetchSize ushort Number of items to read from the queue at once
highAvailability bool Our are queues high-availablility
리턴 IAmAMessageConsumer

SqsMessageConsumerFactory() 공개 메소드

Initializes a new instance of the SqsMessageConsumerFactory class.
public SqsMessageConsumerFactory ( AWSCredentials credentials ) : Amazon.Runtime
credentials Amazon.Runtime.AWSCredentials
리턴 Amazon.Runtime