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

Afficher le fichier Open project: elliottohara/Ellemy.CQRS

Méthodes publiques

Méthode Description
QueueManager ( AmazonSQS client, AmazonConfig config ) : System
SetupQueue ( ) : void

Private Methods

Méthode Description
GetOrCreateQueueUrl ( ) : string
TheQueueIsAlreadySet ( ) : bool
TheQueueUrlFrom ( ListQueuesResponse listQueuesResponse ) : string

Method Details

QueueManager() public méthode

public QueueManager ( AmazonSQS client, AmazonConfig config ) : System
client AmazonSQS
config AmazonConfig
Résultat System

SetupQueue() public méthode

public SetupQueue ( ) : void
Résultat void