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

Afficher le fichier Open project: elliottohara/Ellemy.CQRS Class Usage Examples

Méthodes publiques

Méthode Description
AmazonSqsSubscriber ( AmazonConfig config ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

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

Method Details

AmazonSqsSubscriber() public méthode

public AmazonSqsSubscriber ( AmazonConfig config ) : System
config AmazonConfig
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void