C# Class Ellemy.CQRS.Publishing.Amazon.AmazonSqsSubscriber

ファイルを表示 Open project: elliottohara/Ellemy.CQRS Class Usage Examples

Public Methods

Method Description
AmazonSqsSubscriber ( AmazonConfig config ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
BeginWork ( ) : void
Delete ( Message message ) : void
GetEventType ( object>.Dictionary thing ) : Type
GetHandlerInterface ( Type eventType ) : Type
HandleMessasges ( ) : void
SetupQueue ( ) : void

Method Details

AmazonSqsSubscriber() public method

public AmazonSqsSubscriber ( AmazonConfig config ) : System
config AmazonConfig
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void