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

ファイルを表示 Open project: iancooper/Paramore Class Usage Examples

Public Methods

Method 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 method

public CheckSnsTopic ( string topicName ) : Topic
topicName string
return Amazon.SimpleNotificationService.Model.Topic

DeleteMessage() public method

public DeleteMessage ( string receiptHandle ) : void
receiptHandle string
return void

DeleteTopic() public method

public DeleteTopic ( string topicName ) : void
topicName string
return void

Listen() public method

public Listen ( ) : Amazon.SQS.Model.Message
return Amazon.SQS.Model.Message

Purge() public method

public Purge ( string queueUrl ) : void
queueUrl string
return void

TestAWSQueueListener() public method

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