C# Class paramore.brighter.commandprocessor.tests.nunit.MessagingGateway.awssqs.TestAWSQueueListener

Afficher le fichier Open project: iancooper/Paramore Class Usage Examples

Méthodes publiques

Méthode Description
CheckSnsTopic ( string topicName ) : Topic
DeleteMessage ( string receiptHandle ) : void
DeleteTopic ( string topicName ) : void
Listen ( ) : Amazon.SQS.Model.Message
Purge ( string queueUrl ) : void
TestAWSQueueListener ( AWSCredentials credentials, string queueUrl = "" ) : System.Linq

Method Details

CheckSnsTopic() public méthode

public CheckSnsTopic ( string topicName ) : Topic
topicName string
Résultat Amazon.SimpleNotificationService.Model.Topic

DeleteMessage() public méthode

public DeleteMessage ( string receiptHandle ) : void
receiptHandle string
Résultat void

DeleteTopic() public méthode

public DeleteTopic ( string topicName ) : void
topicName string
Résultat void

Listen() public méthode

public Listen ( ) : Amazon.SQS.Model.Message
Résultat Amazon.SQS.Model.Message

Purge() public méthode

public Purge ( string queueUrl ) : void
queueUrl string
Résultat void

TestAWSQueueListener() public méthode

public TestAWSQueueListener ( AWSCredentials credentials, string queueUrl = "" ) : System.Linq
credentials Amazon.Runtime.AWSCredentials
queueUrl string
Résultat System.Linq