Class TemporarySQSQueue
- java.lang.Object
-
- com.netflix.spinnaker.front50.model.TemporarySQSQueue
-
public class TemporarySQSQueue extends java.lang.ObjectEncapsulates the lifecycle of a temporary queue.Upon construction, an SQS queue will be created and subscribed to the specified SNS topic. Upon destruction, both the SQS queue and SNS subscription will be removed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classTemporarySQSQueue.TemporaryQueue
-
Constructor Summary
Constructors Constructor Description TemporarySQSQueue(com.amazonaws.services.sqs.AmazonSQS amazonSQS, com.amazonaws.services.sns.AmazonSNS amazonSNS, java.lang.String snsTopicName, java.lang.String instanceId)
-