C# 클래스 Ellemy.CQRS.Publishing.Amazon.AmazonSqsSubscriber

파일 보기 프로젝트 열기: elliottohara/Ellemy.CQRS 1 사용 예제들

공개 메소드들

메소드 설명
AmazonSqsSubscriber ( AmazonConfig config ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
BeginWork ( ) : void
Delete ( Message message ) : void
GetEventType ( object>.Dictionary thing ) : Type
GetHandlerInterface ( Type eventType ) : Type
HandleMessasges ( ) : void
SetupQueue ( ) : void

메소드 상세

AmazonSqsSubscriber() 공개 메소드

public AmazonSqsSubscriber ( AmazonConfig config ) : System
config AmazonConfig
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void