C# 클래스 MessageGears.EventQueue.MessageGearsAwsQueuePoller

This class is used to poll an Amazon SQS queue for activity items generated from the MessageGears service.
파일 보기 프로젝트 열기: messagegears/messagegears-csharp-sdk

공개 메소드들

메소드 설명
MessageGearsAwsQueuePoller ( MessageGearsAwsProperties props, MessageGearsListener listener ) : System

Instantiates the Poller.

Start ( ) : void

Starts the polling thread(s) when invoked.

Stop ( ) : void

Stops the polling thread(s) when invoked.

비공개 메소드들

메소드 설명
ProcessMessage ( ) : int
Run ( ) : void
dispatchItems ( ActivityItems items ) : void
getActivityItems ( Message message ) : ActivityItems

메소드 상세

MessageGearsAwsQueuePoller() 공개 메소드

Instantiates the Poller.
public MessageGearsAwsQueuePoller ( MessageGearsAwsProperties props, MessageGearsListener listener ) : System
props MessageGearsAwsProperties /// A ///
listener MessageGearsListener /// A ///
리턴 System

Start() 공개 메소드

Starts the polling thread(s) when invoked.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops the polling thread(s) when invoked.
public Stop ( ) : void
리턴 void